aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2016-07-16 02:19:53 +0000
committerGitHub <noreply@github.com>2016-07-16 02:19:53 +0000
commitbcb352a0ba5a3dd063bb4965aac13786fa42a26e (patch)
treef1f1053279a014b16c7fc714ec6c7ef42a1a5f0e /README.md
parent1255ec119c73f1e02652b134237280b8760dfda2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4bde016..47c947f 100644
--- a/README.md
+++ b/README.md
@@ -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```