From caf273be842382d8454961dca4799965b5377c72 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 18 May 2018 13:53:59 -0700 Subject: [PATCH] fix line following paragraph --- docs/tutorials/line-following.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/line-following.md b/docs/tutorials/line-following.md index d0e42fc0..6040c4eb 100644 --- a/docs/tutorials/line-following.md +++ b/docs/tutorials/line-following.md @@ -90,7 +90,7 @@ forever(function () { }) ``` -# Step 7 +## Step 7 In the second ``||motors:tank large motors||`` block in the ``||logic:else||`` clause, change the speed values of the motors from ``50%``, ``50%`` to ``15%``, ``5%``. This slows down the robot, and steers it to the right (because the **B** motor is driving faster than the **C** motor).