diff --git a/README.md b/README.md index 69352e0cf..08cb12c2f 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ var _ = require('lodash/dist/lodash.underscore'); **Notes:** * Don’t assign values to [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when in the REPL * If Lo-Dash is installed globally, run [`npm ln lodash`](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/) in your project’s root directory *before* requiring it - * Node.js 0.10.8-0.10.11 [have](https://github.com/joyent/node/issues/5622) [bugs](https://github.com/joyent/node/issues/5688) preventing minified builds In [Rhino](http://www.mozilla.org/rhino/):