From d2a2b3a8c408b125a4986442110a7b4c811bfb71 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 10 Sep 2016 21:05:32 -0700 Subject: [PATCH] Reduce n_ note. [ci skip] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d5941df4c..c44cced22 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,7 @@ var extend = require('lodash/fp/extend'); ``` **Note:**
-Don’t assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` in the Node.js < 6 REPL.
-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?