Fix lodash.underscore usage example in README.md. [ci skip] [closes #194]

Former-commit-id: 5df59e98d58dc13eeff1ff9a4a76c7ef6811a0a7
This commit is contained in:
John-David Dalton
2013-02-25 21:58:31 -08:00
parent 5f42c3b319
commit b88b292d5d

View File

@@ -215,7 +215,7 @@ In [Node.js](http://nodejs.org/) and [RingoJS ≥ v0.8.0](http://ringojs.org/):
var _ = require('lodash');
// or as a drop-in replacement for Underscore
var _ = require('lodash/lodash.underscore');
var _ = require('lodash/dist/lodash.underscore');
```
**Note:** If Lo-Dash is installed globally, run [`npm link lodash`](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/) in your projects root directory before requiring it.