diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json
index 06ea7dacaf..f061c87bc7 100644
--- a/seed_data/coursewares.json
+++ b/seed_data/coursewares.json
@@ -133,7 +133,6 @@
"If you don't already have a Codecademy account, create one here: http://www.codecademy.com.",
"Go to http://www.codecademy.com/en/skills/make-a-website/topics/html-elements and complete the section.",
"Once you're done, mark this Waypoint complete and move on the next Waypoint."
-
],
"challengeType": 2,
"tests": []
@@ -878,7 +877,7 @@
"Run the following command in a Cloud9 terminal prompt tab: npm install grunt-contrib-imagemin --save-dev && npm install --save-dev && heroku login
. At this point, the terminal will prompt you to log in to Heroku from the command line.",
"Now run yo angular-fullstack:heroku
. You can choose a name for your Heroku project, or Heroku will create a random one for you. You can choose whether you want to deploy to servers the US or the EU.",
"Set the config flag for your Heroku environment and add MongoLab for your MongoDB instance by running the following command: cd ~/workspace/dist && heroku config:set NODE_ENV=production && heroku addons:add mongolab
.",
- "As you build your app, you should frequently commit changes to your codebase. You can do this by running git commit -am \"your commit message\"
. Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.",
+ "As you build your app, you should frequently commit changes to your codebase. Make sure you're in the ~/workspace
directory by running cd ~/workspace
. Then you can this code to stage the changes to your changes and commit them: git commit -am \"your commit message\"
. Note that you should replace \"your commit message\" with a short summary of the changes you made to your code, such as \"added a records controller and corresponding routes\".",
"You can push these new commits to Github by running git push origin master
, and to Heroku by running grunt --force && grunt buildcontrol:heroku
.",
"Now you're ready to move on to your first Basejump. Click the \"I've completed this challenge\" button and enter the URLs for both your Github repository and your live app running on Heroku. If you pair programmed with a friend, enter his or her Free Code Camp username as well so that you both get credit for completing it."
],