From 0b25614bb833162463e10fb0a2081fd6ed609b30 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 14 Jan 2020 12:55:08 -0500 Subject: [PATCH] Fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ac1597..b7c698a 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ To use, just install the NPM dev dependencies: ``` npm install ``` -and then validate or reformat with +and then validate or format the style with ``` npm run validate -npm run reformat +npm run format ``` Validation and reformatting will happen automatically on commit if you have the