Cleanup npm note in README.md.

Former-commit-id: d1cd290edb316116c69cf9b7b79a10498fd6df3c
This commit is contained in:
John-David Dalton
2012-11-14 22:13:22 -08:00
parent 2a33fe3564
commit 2971dd8672

View File

@@ -174,7 +174,11 @@ npm install -g lodash
npm link lodash
```
For optimal results, please update to the latest version of `npm` before installing Lo-Dash: `npm install npm -g`.
To avoid potential issues, update `npm` before installing Lo-Dash:
```bash
npm install npm -g
```
In [Node.js](http://nodejs.org/) and [RingoJS v0.8.0+](http://ringojs.org/):