From f1b2c57bead0ad6210fc2ec0b2492f20a573b068 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 12 Aug 2015 01:32:16 -0700 Subject: [PATCH] make @nickbarry's recommended get-set-for-ziplines copy fixes' --- challenges/basic-ziplines.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/basic-ziplines.json b/challenges/basic-ziplines.json index b96619bb78..97de497c24 100644 --- a/challenges/basic-ziplines.json +++ b/challenges/basic-ziplines.json @@ -16,9 +16,9 @@ "Go to http://codepen.io and create an account.", "Click your user image in the top right corner, then click the \"New pen\" button that drops down.", "Drag the windows around and press the buttons in the lower-right hand corner to change the orientation to suit your preference.", - "Click the gear next to CSS. Click the \"Quick-add...\" select box and choose Bootstrap.", + "Click the gear next to CSS. Then under the \"Add External CSS\" section, use the \"Quick-add\" select box to select Bootstrap. Then click \"Save & Close\".", "Verify that bootstrap is active by adding the following code to your HTML: <h1 class='text-primary'>Hello CodePen!</h1>. The text's color should be Bootstrap blue.", - "Click the gear next to JavaScript. Click the \"Quick-add...\" select box and choose jQuery.", + "Click the gear next to JavaScript. Click the \"Quick-add\" select box and choose jQuery (not jQuery UI). Then click \"Save & Close\".", "Now add the following code to your JavaScript: $(document).ready(function() { $('.text-primary').text('Hi CodePen!') });. Click the \"Save\" button at the top. Your \"Hello CodePen!\" should change to \"Hi CodePen!\". This means that jQuery is working.", "You can use this CodePen that you've just created as a starting point for your Ziplines. Just click the \"fork\" button at the top of your CodePen and it will create a duplicate CodePen.", "Now you're ready for your first Zipline. Click the \"I've completed this challenge\" button."