readme: fix shell example in the "Trying Gluon" section (#5)

It wasn't being rendered as expected on GitHub and it also had things
that aren't parts of the shell commands.

Signed-off-by: Darshan Sen <raisinten@gmail.com>

Signed-off-by: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
Darshan Sen 2022-12-15 12:25:56 +05:30 committed by GitHub
parent 2d5b3e1ebe
commit 8b0ed9a798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,14 +45,16 @@ Gluon is currently **barely 1 week old**, so is still in an **early and experime
<details>
<summary>Shell example</summary>
```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 .
```
</details>
<br>