From 409cf88c8c877cee7f3f66c6c6bf4181293012da Mon Sep 17 00:00:00 2001 From: Calla Jamieson <65196803+CallaJ@users.noreply.github.com> Date: Thu, 20 May 2021 01:45:42 -0700 Subject: [PATCH] Update README.md Fix Typos and some tiny grammer: Line 58: spelling "together" Line 87: remove period at end of sentence Line 95: edit "need live server" to "need a live server" Line 95: edit "and python2 or 3 installed" to "and either python 2 or 3 installed" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5bee52..f2036bf 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The board that comes with the TensorFlow Lite for Microcontrollers Kit by SparkF ## Web API Usage -Either use the button.js module to create a button that will connect and transfer your model togheter with your setting to the arduino over BLE. +Either use the button.js module to create a button that will connect and transfer your model together with your setting to the arduino over BLE, Example: ``` @@ -84,7 +84,7 @@ connectButton(containerElement, { ``` or -Use the full api module (either by importing index.js or whatever functions you need from api.js). +Use the full api module (either by importing index.js or whatever functions you need from api.js) ## Run Test Pages: 1. Build and upload the Sketch in the arduino folder to your BLE 33 Nano Sense @@ -92,7 +92,7 @@ Use the full api module (either by importing index.js or whatever functions you * `$ cd web` * `$ sh serv.sh` -You need live-server, python2 or 3 installed +You need a live-server, and either python 2 or 3 installed Then go to localhost:9090 in your browser and follow instructions