فهرست منبع

Merge pull request #165 from schmijos/patch-1

docs(README.md): necessary to install all the dev dependencies recursively
Estevão Soares dos Santos 10 سال پیش
والد
کامیت
0367a56711
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -209,9 +209,9 @@ var showdown    = require('showdown'),
 
 ## 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: