Fix typos in readme

This commit is contained in:
Kyle Barron 2020-01-14 12:55:08 -05:00
parent 521f01e358
commit 0b25614bb8

View File

@ -70,10 +70,10 @@ To use, just install the NPM dev dependencies:
``` ```
npm install npm install
``` ```
and then validate or reformat with and then validate or format the style with
``` ```
npm run validate npm run validate
npm run reformat npm run format
``` ```
Validation and reformatting will happen automatically on commit if you have the Validation and reformatting will happen automatically on commit if you have the