update readme

This commit is contained in:
Bryan MacFarlane 2019-09-11 02:50:55 -04:00
parent 6bc1a918ac
commit c80059f1f0

View File

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