@@ -20,18 +20,18 @@ Module for the creation of waiting processes.
2020npm 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