浏览代码

Update Readme

It's not necessary to install all the dev dependencies recursively. This could go into the GBs.
Josua Schmid 10 年之前
父节点
当前提交
037fcb14de
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -207,9 +207,9 @@ var showdown    = require('showdown'),
 
 
 ## Tests
 ## Tests
 
 
-A suite of tests is available which require node.js.  Once node is installed, run the following command from the project root to install the development dependencies:
+A suite of tests is available which require node.js.  Once node is installed, run the following command from the project root to install the dependencies:
 
 
-    npm install --dev
+    npm install
 
 
 Once installed the tests can be run from the project root using:
 Once installed the tests can be run from the project root using: