From cdfc99ad3f3c6b3f353da5e366df9dc89d9d39b8 Mon Sep 17 00:00:00 2001 From: Michael Elliot Braun Date: Tue, 10 May 2016 09:11:11 -0700 Subject: [PATCH] update seis act --- docs/lessons/seismograph/activity.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/lessons/seismograph/activity.md b/docs/lessons/seismograph/activity.md index cbae87c0..87ad3697 100644 --- a/docs/lessons/seismograph/activity.md +++ b/docs/lessons/seismograph/activity.md @@ -3,7 +3,7 @@ ### ~avatar avatar -In this project, you will build your own seismograph. +Welcome! In this project, you will build your own seismograph. This activity will teach how to use the micro:bit to chart the strength of the acceleration. Let's get started! ### ~ @@ -15,7 +15,6 @@ In this project, you will build your own seismograph. * Tape * Scissors -Welcome! This activity will teach how to use the micro:bit to chart the strength of the acceleration. Let's get started! Step 1. Prepare Tape: Measure and cut approximately 10mm of tape. The tape will be fastened to a micro USB cable. @@ -72,7 +71,7 @@ basic.forever(() => { ### ~avatar avatar -The coding is done! Let's chart with the seismograph! +We now need to use the micro:bit to chart the strength of the acceleration. ### ~