From ced93942f5efe9737be7d7d21cd702313d9762f4 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 1 Jun 2017 18:21:07 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05abf0173..13ed35f78 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Run `./node_modules/.bin/electron app` 1. `cd ui` 2. `./watch.sh` -This will set up a monitor that will automatically monitor and compile any changes to JS or CSS folders inside of the `ui` folder. This allows you to make changes and see them immediately by reloading the app. +This will set up a monitor that will automatically compile any changes to JS or CSS folders inside of the `ui` folder. This allows you to make changes and see them immediately by reloading the app. ### Packaging