From aea6324bc8e34eb38fcf52742b4a725c64ffde54 Mon Sep 17 00:00:00 2001 From: Aashish Chhabbi <20543657+ashishc2503@users.noreply.github.com> Date: Sat, 27 Oct 2018 21:15:29 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c525357..56da84f 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,20 @@ Adding a new challenge or fixing an existing one? - Generating challenge ID: 1. Open your terminal - 2. run `mongo` - 3. run `ObjectId()` - 4. copy string and paste into lesson_settings.json + 2. Run `mongo` + 3. Run `ObjectId()` + 4. Copy string and paste into lesson_settings.json - Building challenges.json file: 1. Open your terminal 2. Navigate to project directory - 3. run `node generate-challenge-json.js` - 4. if no errors are thrown you're good to commit and open a pr + 3. Run `node generate-challenge-json.js` + 4. If no errors are thrown you're good to commit and open a pr - Opening a PR 1. Include a reference to the issue 2. If its a new challenge, mention the chapter its being added to - 3. continue being awesome and helping us create this curriculum! + 3. Continue being awesome and helping us create this curriculum! Maintaining your Fork: