From 9ca35fa91ccbea1f92529e40ebf87cde8dda209f Mon Sep 17 00:00:00 2001 From: bentaber Date: Wed, 27 Mar 2013 14:22:54 -0600 Subject: [PATCH] Readme Fix npm install instruction for tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0fca5b..77b0197 100644 --- a/README.md +++ b/README.md @@ -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 ```