Reduce n_ note. [ci skip]

This commit is contained in:
John-David Dalton
2016-09-10 21:05:32 -07:00
parent 4019eb65f2
commit d2a2b3a8c4

View File

@@ -59,8 +59,7 @@ var extend = require('lodash/fp/extend');
```
**Note:**<br>
Dont assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` in the Node.js < 6 REPL.<br>
Install [n_](https://www.npmjs.com/package/n_) for a REPL that includes `lodash` by default.
Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.
## Why Lodash?