Skip to content

Commit

Permalink
Merge pull request #25 from KyleAMathews/patch-1
Browse files Browse the repository at this point in the history
[doc] example assumes global installation
  • Loading branch information
Paolo Fragomeni committed Jul 3, 2012
2 parents 1cfec58 + 7d7bb64 commit da626b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ There is a CLI version too if you want to use it. `npm install cdir -g`.

```js

console.dir = require('../dir');
console.dir = require('cdir');

var stuff = {
"name" : "cdir",
Expand Down

0 comments on commit da626b5

Please sign in to comment.