Skip to content

Commit 45f3ae2

Browse files
committed
build: 3.0.5
1 parent ca5e6e9 commit 45f3ae2

4 files changed

Lines changed: 247 additions & 1553 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ Module for the creation of waiting processes.
2020
npm i @runnerty/executor-wait
2121
```
2222

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

2525
```bash
26-
npx runnerty-cli add @runnerty/executor-wait
26+
npx runnerty add @runnerty/executor-wait
2727
```
2828

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

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

3333
```bash
34-
rty add @runnerty/executor-wait
34+
runnerty add @runnerty/executor-wait
3535
```
3636

3737
### Configuration:
@@ -75,10 +75,9 @@ Add in [plan.json]:
7575
}
7676
```
7777

78-
[runnerty]: http://www.runnerty.io
78+
[runnerty]: https://www.runnerty.io
7979
[downloads-image]: https://img.shields.io/npm/dm/@runnerty/executor-wait.svg
8080
[npm-url]: https://www.npmjs.com/package/@runnerty/executor-wait
8181
[npm-image]: https://img.shields.io/npm/v/@runnerty/executor-wait.svg
8282
[config.json]: http://docs.runnerty.io/config/
8383
[plan.json]: http://docs.runnerty.io/plan/
84-
[runnerty-cli]: https://www.npmjs.com/package/runnerty-cli

0 commit comments

Comments
 (0)