From 432e285a6467bb11e2408a2d241bdcb69b66e9d4 Mon Sep 17 00:00:00 2001 From: Graham Bowman Date: Thu, 31 Aug 2017 01:02:15 +0100 Subject: [PATCH] Typo in Experiment section (#521) Changed press B to press A. Value close to 1000 should be for wet dirt. --- docs/projects/soil-moisture/code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/projects/soil-moisture/code.md b/docs/projects/soil-moisture/code.md index 5ba438e5..c7146893 100644 --- a/docs/projects/soil-moisture/code.md +++ b/docs/projects/soil-moisture/code.md @@ -52,8 +52,8 @@ basic.forever(() => { * insert the nails in the dry dirt, press ``A`` and note the value. You should see a value close to ``250`` for dry dirt. -* insert the nails in the wet dirt, press ``B`` and note the value. You should see a value close to ``1000`` -for dry dirt. +* insert the nails in the wet dirt, press ``A`` and note the value. You should see a value close to ``1000`` +for wet dirt. https://youtu.be/S8NppVT_paw @@ -95,4 +95,4 @@ basic.forever(() => { Connect -### ~ \ No newline at end of file +### ~