From 63f28cf76508eb866a90e260fb7f25b6217406a8 Mon Sep 17 00:00:00 2001 From: Bruno Logerfo Date: Fri, 17 Jul 2020 09:57:25 -0300 Subject: [PATCH] Javascript -> Typescript (#35) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c77e69..4738a05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Create a JavaScript Action using TypeScript -Use this template to bootstrap the creation of a JavaScript action.:rocket: +Use this template to bootstrap the creation of a TypeScript action.:rocket: This template includes compilation support, tests, a validation workflow, publishing, and versioning guidance.