diff --git a/README.md b/README.md
index 999819c..d60f953 100644
--- a/README.md
+++ b/README.md
@@ -45,14 +45,16 @@ Gluon is currently **barely 1 week old**, so is still in an **early and experime
Shell example
+
```sh
$ git clone https://github.com/gluon-framework/examples.git
$ cd examples
-examples $ cd gluworld
-examples/gluworld $ npm install
+$ cd gluworld
+$ npm install
...
-examples/gluworld $ node .
+$ node .
```
+
@@ -108,4 +110,4 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10, on my ma
[^3]: Includes Node.JS spinup time.
[^4]: Built for win32 zip (not Squirrel) as a fairer comparison.
[^5]: Cold build (includes deps compiling) in release mode.
-[^6]: Using `neu build -r`.
\ No newline at end of file
+[^6]: Using `neu build -r`.