From 14d13e7cbb609ebc35a9095ab1c4a48d4c753775 Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Thu, 14 Mar 2019 23:06:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1007bb8..fe95c57 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Setting up * install [npm](https://www.npmjs.com/get-npm) -* install typescript globally (`npm i -g typescript`). This is important because it is needed to transcompile, so you can run your changes locally (using command `tsc`) +* install typescript globally (`npm i -g typescript`). This is important because it is needed to transpile, so you can run your changes locally (using command `tsc`) * run `npm install` * download the braid repo into a folder in the same directory as the primary yardstick folder