Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
Fix npm install instruction for tests.
  • Loading branch information
bentaber committed Mar 27, 2013
1 parent 2d156ca commit 9ca35fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Dirty utilizes the [Mocha](http://visionmedia.github.com/mocha/) test framework.
```bash
git clone https://github.com/felixge/node-dirty
cd node-dirty
npm install --dev
npm install
npm test
```

Expand Down

0 comments on commit 9ca35fa

Please sign in to comment.