From 502d61b76a19c30e4cef4c2bb27fbbbf1877d6b0 Mon Sep 17 00:00:00 2001 From: davekeane Date: Fri, 1 Aug 2014 17:38:18 +1200 Subject: [PATCH] Fix package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a57a5..b9f0694 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install node and NPM. -``apt-get install node npm`` +``apt-get install nodejs npm`` Install the dependencies @@ -14,4 +14,4 @@ Verify the project compiles and tests Start the server -``grunt start`` \ No newline at end of file +``grunt start``