From 0b9cacbc907b9fda828dab3430ca1f98b4474e3c Mon Sep 17 00:00:00 2001 From: Geoff Cooney Date: Tue, 6 Aug 2019 16:48:42 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 604d7a41..12a06046 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ problem, please file an Issue in this repo. ### Making updates Actions need the compiled code checked in. This means your changes will only -take effect if you have run the build to generate .js files from the .ts -Typescript files and checked the .js files in as well. +take effect if you run the build to generate .js files from the .ts +Typescript files and check the .js files in as well. ### Adding new dependencies