mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Cleanup npm note in README.md.
Former-commit-id: d1cd290edb316116c69cf9b7b79a10498fd6df3c
This commit is contained in:
@@ -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/):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user