From 4d056e0c235d239443b1d35383a722e743539e38 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 6 May 2016 09:32:29 -0700 Subject: [PATCH] lessons updates --- docs/lessons/beautiful-image/challenges.md | 4 ++-- docs/lessons/lucky-7/challenges.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lessons/beautiful-image/challenges.md b/docs/lessons/beautiful-image/challenges.md index e96a4736..802c8c76 100644 --- a/docs/lessons/beautiful-image/challenges.md +++ b/docs/lessons/beautiful-image/challenges.md @@ -39,9 +39,9 @@ basic.showLeds(` `) ``` -* *Run* your code to see if it works as expected. +* Does your code work as expected? ### Challenge 2 -Nice job! Why don't we create a third image that will show after the other two? Remember to add a pause before you create and show the image. +Nice job! Why don't we create a third image that will show after the other two? diff --git a/docs/lessons/lucky-7/challenges.md b/docs/lessons/lucky-7/challenges.md index ec3e0eb2..2393c025 100644 --- a/docs/lessons/lucky-7/challenges.md +++ b/docs/lessons/lucky-7/challenges.md @@ -35,5 +35,5 @@ basic.showNumber(14) ### Challenge 3 -Keep displaying multiples of 7 such as 21 and 28, but don't forget to add pauses between the numbers! +Keep displaying multiples of 7 such as 21 and 28...