fix docs about using bleeding edge from npm

This commit is contained in:
Leo Horie 2015-04-15 22:41:15 -04:00
parent fce5f4b86f
commit bca33a0b78

View file

@ -131,6 +131,6 @@ In order to update a forked version of Mithril, [follow the instructions on this
To use the bleeding edge version from npm, use the following command:
```
npm install git://github.com/lhorie/mithril.js/tarball/next --save
npm install git://github.com/lhorie/mithril.js#next --save
```