Skip to content

Commit

Permalink
build: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCarmona committed Sep 28, 2021
1 parent d363bd4 commit 06a5883
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 1,717 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ Through NPM
npm i @runnerty/notifier-slack
```

You can also add modules to your project with [runnerty-cli]
You can also add modules to your project with [runnerty]

```bash
npx runnerty-cli add @runnerty/notifier-slack
npx runnerty add @runnerty/notifier-slack
```

This command installs the module in your project, adds example configuration in your `config.json`.
This command installs the module in your project, adds example configuration in your [config.json] and creates an example plan of use.

If you have installed [runnerty-cli] globally you can include the module with this command:
If you have installed [runnerty] globally you can include the module with this command:

```bash
rty add @runnerty/notifier-slack
runnerty add @runnerty/notifier-slack
```

### Configuration sample:
Expand Down Expand Up @@ -116,7 +116,7 @@ Add in [plan.json]:
}
```

[runnerty]: http://www.runnerty.io
[runnerty]: https://www.runnerty.io
[downloads-image]: https://img.shields.io/npm/dm/@runnerty/notifier-slack.svg
[npm-url]: https://www.npmjs.com/package/@runnerty/notifier-slack
[npm-image]: https://img.shields.io/npm/v/@runnerty/notifier-slack.svg
Expand All @@ -125,4 +125,3 @@ Add in [plan.json]:
[config.json]: https://docs.runnerty.io/config/
[notifiers]: https://docs.runnerty.io/notifiers
[plan.json]: https://docs.runnerty.io/plan/
[runnerty-cli]: https://www.npmjs.com/package/runnerty-cli
Loading

0 comments on commit 06a5883

Please sign in to comment.