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