Skip to content

Commit

Permalink
Fix require.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jul 1, 2012
1 parent 1cfec58 commit 7d7bb64
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 7d7bb64

Please sign in to comment.