fix typos and improve copy up through google font challenge

This commit is contained in:
Quincy Larson
2015-05-30 13:34:49 -07:00
parent 2cc906dd9b
commit b2ab83b3f0
2 changed files with 59 additions and 58 deletions

View File

@@ -133,9 +133,10 @@
"Click the \"Start Editing\" button.",
"In the lower right hand corner you should see a terminal window. In this window use the following commands. You don't need to know what these mean at this point.",
"Run this command: <code>npm install how-to-npm -g</code>",
"Now start this tutorial by running <code>npm install how-to-npm@1.2.0</code>.",
"Now start this tutorial by running <code>npm install how-to-npm@2.0.0</code>.",
"Note that you can resize the c9.io's windows by dragging their borders.",
"Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: <code>cd ~/workspace</code>.",
"Note that you can only add dist tags to the specific version numbers published in steps 8 and 10. If you receive a 403 or 404 error, run <code>how-to-npm</code> and try again.",
"Also, if you experience a bug, and you think you understand the concept, you can skip a step by running <code>how-to-npm verify skip</code> in the terminal.",
"Complete \"Install NPM\"",
"Complete \"Dev Environment\"",