From bcb352a0ba5a3dd063bb4965aac13786fa42a26e Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 15 Jul 2016 22:19:53 -0400 Subject: Update README.md --- README.md | 16 ++++++++-------- 1 file 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``` -- cgit v1.2.3