From db9f0a1fd59ad74a7b397af6171c47fd0042c6b0 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 13 Sep 2015 20:44:25 -0700 Subject: [PATCH] switch backticks for doublequotes and fix the git.json file as well --- challenges/basejumps.json | 4 ++-- challenges/git.json | 8 ++++---- challenges/mongodb.json | 4 ++-- challenges/nodejs-and-expressjs.json | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/challenges/basejumps.json b/challenges/basejumps.json index fa19e14f30..66601868b2 100644 --- a/challenges/basejumps.json +++ b/challenges/basejumps.json @@ -13,10 +13,10 @@ "If you don't already have Cloud 9 account, create one now at http://c9.io.", "Now let's get your development environment ready for a new Angular-Fullstack application provided by Yeoman.", "Open up http://c9.io and sign in to your account.", - "Click on the `+` icon at the top right of the c9.io page to create a new workspace.", + "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", "Give your workspace a name and an optional description.", "Choose Node.js in the selection area below the name field.", - "Click the `Create workspace` button.", + "Click the \"Create workspace\" button.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Never run this command on your local machine. But in your Cloud 9 terminal window, run: rm -rf * && echo \"export NODE_PATH=$NODE_PATH:/home/ubuntu/.nvm/v0.10.35/lib/node_modules\" >> ~/.bashrc && source ~/.bashrc && npm install -g yo grunt grunt-cli generator-angular-fullstack && yo angular-fullstack", "Yeoman will prompt you to answer some questions. Answer them like this:", diff --git a/challenges/git.json b/challenges/git.json index aa03fb0a18..4cb9c7c930 100644 --- a/challenges/git.json +++ b/challenges/git.json @@ -11,11 +11,11 @@ "We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.", "If you don't already have Cloud 9 account, create one now at http://c9.io.", "Open up http://c9.io and sign in to your account.", - "Click on Create New Workspace at the top right of the c9.io page, then click on the \"Create a new workspace\" popup that appears below it the button after you click on it.", - "Give your workspace a name.", + "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", + "Give your workspace a name and an optional description.", "Choose Node.js in the selection area below the name field.", - "Click the Create button. Then click into your new workspace.", - "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.", + "Click the \"Create workspace\" button.", + "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Install git-it with this command: npm install -g git-it", "Now start the tutorial by running git-it.", "Note that you can resize the c9.io's windows by dragging their borders.", diff --git a/challenges/mongodb.json b/challenges/mongodb.json index 7db49cd81c..ad7961c8a8 100644 --- a/challenges/mongodb.json +++ b/challenges/mongodb.json @@ -11,10 +11,10 @@ "We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.", "If you don't already have Cloud 9 account, create one now at http://c9.io.", "Open up http://c9.io and sign in to your account.", - "Click on the `+` icon at the top right of the c9.io page to create a new workspace.", + "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", "Give your workspace a name and an optional description.", "Choose Node.js in the selection area below the name field.", - "Click the `Create workspace` button.", + "Click the \"Create workspace\" button.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Install learnyoumongo with this command: npm install learnyoumongo -g", "Now start the tutorial by running learnyoumongo.", diff --git a/challenges/nodejs-and-expressjs.json b/challenges/nodejs-and-expressjs.json index d7eca62552..b2fe33e477 100644 --- a/challenges/nodejs-and-expressjs.json +++ b/challenges/nodejs-and-expressjs.json @@ -65,10 +65,10 @@ "We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud. We'll do the first 7 steps of Node School's LearnYouNode challenges.", "If you don't already have Cloud 9 account, create one now at http://c9.io.", "Open up http://c9.io and sign in to your account.", - "Click on the `+` icon at the top right of the c9.io page to create a new workspace.", + "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", "Give your workspace a name and an optional description.", "Choose Node.js in the selection area below the name field.", - "Click the `Create workspace` button.", + "Click the \"Create workspace\" button.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Run this command: sudo npm install -g learnyounode", "Now start this tutorial by running learnyounode", @@ -167,10 +167,10 @@ "We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.", "If you don't already have Cloud 9 account, create one now at http://c9.io.", "Open up http://c9.io and sign in to your account.", - "Click on the `+` icon at the top right of the c9.io page to create a new workspace.", + "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", "Give your workspace a name and an optional description.", "Choose Node.js in the selection area below the name field.", - "Click the `Create workspace` button.", + "Click the \"Create workspace\" button.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Run this command: git clone http://github.com/reddock/fcc_express && chmod 744 fcc_express/setup.sh && fcc_express/setup.sh && source ~/.profile", "Now start this tutorial by running expressworks",