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: