Adjust the text description placement for "bumpy" demo
diff --git a/WebAssembly.asciidoc b/WebAssembly.asciidoc
index 3e67e4b..7f51c4c 100644
--- a/WebAssembly.asciidoc
+++ b/WebAssembly.asciidoc
@@ -170,9 +170,7 @@
 ** https://stdiopt.github.io/gowasm-experiments/bouncy[bouncy]
 ** https://stdiopt.github.io/gowasm-experiments/rainbow-mouse[rainbow-mouse]
 ** https://stdiopt.github.io/gowasm-experiments/repulsion[repulsion]
-** https://stdiopt.github.io/gowasm-experiments/bumpy[bumpy]
-*** Uses the 2d canvas, and a 2d physics engine.  Click around on the screen to
-    create objects then watch as gravity takes hold!
+** https://stdiopt.github.io/gowasm-experiments/bumpy[bumpy] - Uses the 2d canvas, and a 2d physics engine.  Click around on the screen to create objects then watch as gravity takes hold!
 ** https://stdiopt.github.io/gowasm-experiments/arty/client[arty]
 * https://justinclift.github.io/wasmGraph1/[Drawing simple 3D objects on the 2D canvas]
   (https://github.com/justinclift/wasmGraph1/[source code])
@@ -187,7 +185,6 @@
 * https://bobcob7.github.io/wasm-rotating-cube/[Rotating cube] (https://github.com/bobcob7/wasm-rotating-cube[source code]) - Creates a rotating cube in WebGL
 * https://stdiopt.github.io/gowasm-experiments/splashy[Splashy] (https://github.com/stdiopt/gowasm-experiments/tree/master/splashy[source code]) - Click around on the screen to generate paint...
 
-
 # Editor configuration
 
 * https://github.com/golang/go/wiki/Configuring-GoLand-for-WebAssembly[Configuring GoLand for WebAssembly] - Shows the exact steps needed for getting Wasm working in GoLand