From bce20b1bcbea1a0eedfa1d8ece372e2d0043fb36 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 24 Oct 2013 10:53:45 +0100 Subject: [PATCH] fix(README): fix incorrect npm install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1684e407..94564521 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Our client application is a straight HTML/Javascript application but our develop ``` cd client - npm install client + npm install cd .. ```