From 1d56a7bea19850b9fa8c3082fc22920f69d18083 Mon Sep 17 00:00:00 2001 From: Sean Rodman Date: Sun, 23 Aug 2015 12:20:06 -0500 Subject: [PATCH] Close issue #2552 --- challenges/git.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/git.json b/challenges/git.json index 7b091e8fb7..aa03fb0a18 100644 --- a/challenges/git.json +++ b/challenges/git.json @@ -16,7 +16,7 @@ "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.", - "Install how-to-npm with this command: npm install -g git-it", + "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.", "Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: cd ~/workspace.",