From 07adb8789921f545b3e4d839f1475edfd83a7c00 Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Sun, 4 Mar 2018 14:47:25 -0800 Subject: [PATCH] Reamde --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7419c04..956385f 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,13 @@ Now you can deploy to your connected Tessel device: npm run deploy ``` -For local development, you can run `npm start` which will run the application locally as well as run the test suite, watching for changes. +For local development, you can run: + +```bash +npm start +``` + +...which will run the application locally as well as run the test suite, watching for changes. ### Testing