Update README.md

This commit is contained in:
Mark Nadal 2017-03-14 10:31:55 -07:00 committed by GitHub
parent 2d455d30b5
commit 439ef82c5b

View File

@ -32,6 +32,7 @@ GUN is a realtime, distributed, offline-first, graph database engine. Doing **[2
> **Note:** If you don't have [node](http://nodejs.org/) or [npm](https://www.npmjs.com/), read [this](https://github.com/amark/gun/blob/master/examples/install.sh) first.
> If the `npm` command line didn't work, you may need to `mkdir node_modules` first or use `sudo`.
- An online demo of the examples are available here: http://gunjs.herokuapp.com/
- Or write a quick app: ([try now in jsbin](http://jsbin.com/saxewigote/edit?js,console))
```html
<script src="http://rawgit.com/amark/gun/master/gun.js"></script>