Use install shorthand consistently in readme. [ci skip]

This commit is contained in:
John-David Dalton
2015-01-17 12:23:31 -08:00
committed by jdalton
parent 70617be903
commit ab210b3988

View File

@@ -43,7 +43,7 @@ require(['lodash'], function(_) {/*…*/});
Using npm:
```bash
$ {sudo -H} npm install -g npm
$ {sudo -H} npm i -g npm
$ npm i --save lodash
$ {sudo -H} npm i -g lodash