@@ -20,18 +20,18 @@ Email notification module with [ejs] template support.
2020npm i @runnerty/executor-mail
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-mail
26+ npx runnerty add @runnerty/executor-mysql
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-mail
34+ runnerty add @runnerty/executor-mysql
3535```
3636
3737### Configuration samples:
@@ -126,7 +126,7 @@ Want to file a bug, contribute some code, or improve documentation? Excellent! R
126126guidelines for [ contributing] [ contributing ] .
127127
128128[ contributing ] : https://github.com/runnerty/runnerty/blob/master/CONTRIBUTING.md
129- [ runnerty ] : http ://www.runnerty.io
129+ [ runnerty ] : https ://www.runnerty.io
130130[ downloads-image ] : https://img.shields.io/npm/dm/@runnerty/executor-mail.svg
131131[ npm-url ] : https://www.npmjs.com/package/@runnerty/executor-mail
132132[ npm-image ] : https://img.shields.io/npm/v/@runnerty/executor-mail.svg
@@ -135,4 +135,3 @@ guidelines for [contributing][contributing].
135135[ config.json ] : http://docs.runnerty.io/config/
136136[ plan.json ] : http://docs.runnerty.io/plan/
137137[ ejs ] : https://ejs.co
138- [ runnerty-cli ] : https://www.npmjs.com/package/runnerty-cli
0 commit comments