From 7031d8fd8a8ad1ce55f349bec0642d6473fac120 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Mon, 2 Aug 2021 22:08:30 -0400 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881421f..9830cb9 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ The watch library in this repository is very work-in-progress, but it should all To build your project, open your terminal and navigate to the build folder, then type `make`. -To install the project onto your Sensor Watch board, plug the watch into your USB port and double tap the tiny Reset button on the back of the board. You should see the LED light up red and begin pulsing. (If it does not, make sure you didn’t plug the board in upside down). Once uou see the “WATCHBOOT” drive appear on your desktop, type `make install`. This will convert your compiled program to a UF2 file, and copy it over to the watch. +To install the project onto your Sensor Watch board, plug the watch into your USB port and double tap the tiny Reset button on the back of the board. You should see the LED light up red and begin pulsing. (If it does not, make sure you didn’t plug the board in upside down). Once you see the “WATCHBOOT” drive appear on your desktop, type `make install`. This will convert your compiled program to a UF2 file, and copy it over to the watch.