From 6bc1a918acb013baa5bc7843cefcb8e53501e32f Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 11 Sep 2019 02:49:27 -0400 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 424ea3c..8bf1cc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Create a JavaScript Action -Use this template to bootstrap the creation of a JavaScript action with tests, linting, a validation workflow and publishing. :rocket: +Use this template to bootstrap the creation of a JavaScript action.:rocket: + +This template includes tests, linting, a validation workflow and publishing. This walk through takes you through creation, testing and publishing the action.