From 2bdffedce23f44c135c6dba9d3fb140019fffa41 Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Thu, 14 Mar 2019 17:39:22 -0400 Subject: [PATCH] markdown oopsie --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677c775..3c410a8 100755 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ * braid uses [typescript](https://www.npmjs.com/package/typescript) for our primary code development because of it's opinionated type management among other things. Get a good understanding of what typescript is, it's benifits, drawbacks, and dev flow ## 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 [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`) * download the braid repo into a folder in the same directory as the primary yardstick folder * `vagrant up` in the primary yardstick folder * run the command `compose stop braid && compose rm braid && tsc && compose build braid && compose up -d`