From ea6d64bd9b7f30b90df01f89e8adb2bb6beea6dd Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Fri, 23 Aug 2019 17:42:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbe41162..5a71861b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JavaScript Action Template -This template offers an easy way to get started writing a javascript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit. +This template offers an easy way to get started writing a JavaScript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit. ## Getting Started