From c80059f1f0472912d4c3810f0f62473ce20a7055 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 11 Sep 2019 02:50:55 -0400 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bf1cc0..8d0105d 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@ 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. - ## Create an action from this template Click the `Use this Template` and provide the new repo details for your action ## Code in Master +Install the dependencies ```bash $ npm install ```