From 037fcb14de8995eab3de744d4a02d87d5478fa17 Mon Sep 17 00:00:00 2001 From: Josua Schmid Date: Tue, 23 Jun 2015 10:16:16 +0200 Subject: [PATCH] Update Readme It's not necessary to install all the dev dependencies recursively. This could go into the GBs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13c5aea..9899c41 100644 --- a/README.md +++ b/README.md @@ -207,9 +207,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: