From 6c7859e4c8a63eaeb894fa023811720955670c08 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sun, 15 Sep 2019 18:08:36 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e94a0f9..d19ca99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JavaScript Action Template +# Create a JavaScript Action using TypeScript 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.