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 ```