diff options
| author | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-07-16 02:19:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-16 02:19:53 +0000 |
| commit | bcb352a0ba5a3dd063bb4965aac13786fa42a26e (patch) | |
| tree | f1f1053279a014b16c7fc714ec6c7ef42a1a5f0e | |
| parent | 1255ec119c73f1e02652b134237280b8760dfda2 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,11 +2,11 @@ A web app that allows students to share test/exam solutions. -To compile the app you must have the following modules installed... -1.mongodb -npm install mongodb -2.object-assign -npm install --save object-assign -3.mongo-factory -npm install mongo-factory -4. +To compile the app you must have the following modules installed: + +1. mongodb + * ```npm install mongodb``` +2. object-assign + * ```npm install object-assign``` +3. mongo-factory + * ```npm install mongo-factory``` |
