diff --git a/README.md b/README.md index 27a524d..a039c20 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,8 @@ The folders below have been added to the root by mistake. They are in node_modul ## How to use? Make sure you have node and npm installed.
- * install mongodb -
 npm install mongodb
- * install express -
 npm install express
- * install shortid -
 npm install shortid
- * install body-parser -
 npm install body-parser
+ * install project dependencies +
npm install
Finally: * run mongodb @@ -32,5 +26,5 @@ Finally:
 node app.js
* open the localhost
localhost:5000/short
-      
+
 ### Author:  [gabru-md](https://github.com/gabru-md)