Tweak npm global install note in README.md. [ci skip]

Former-commit-id: 1105c1cf4c5889278eeb5be4bff9534091904821
This commit is contained in:
John-David Dalton
2012-10-10 00:27:46 -07:00
parent 219138ade6
commit f97c6fb94c

View File

@@ -173,7 +173,7 @@ In [Node.js](http://nodejs.org/) and [RingoJS v0.8.0+](http://ringojs.org/):
var _ = require('lodash');
```
**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 attempting to `require` it.
**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.
In [RingoJS v0.7.0-](http://ringojs.org/):