From bbf8727d6053fdef7f537b90eb2a038258498c5e Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Sat, 20 Jul 2013 22:17:11 +0300 Subject: [PATCH] Update README.md Added slight doc fix based on query in #13 , fixes #13 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90cb47d432..0cab4c5317 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ See the [config](config/) folder and especially the [config.js](config/config.js The quickest way to get started with MEAN is to clone the project and utilize it like this: - Install npm dependencies: + Install npm (server side) dependencies: $ npm install - Install bower dependencies: + Install bower (client side) dependencies: $ bower install