@@ -20,18 +20,18 @@ Through NPM
20
20
npm i @runnerty/executor-http
21
21
```
22
22
23
- You can also add modules to your project with [ runnerty-cli ]
23
+ You can also add modules to your project with [ runnerty]
24
24
25
25
``` bash
26
- npx runnerty-cli add @runnerty/executor-http
26
+ npx runnerty add @runnerty/executor-http
27
27
```
28
28
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.
30
30
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:
32
32
33
33
``` bash
34
- rty add @runnerty/executor-http
34
+ runnerty add @runnerty/executor-http
35
35
```
36
36
37
37
### Configuration sample:
@@ -214,7 +214,7 @@ If the result is very large, you should consider using the "noReturnDataOutput"
214
214
}
215
215
```
216
216
217
- [ runnerty ] : http ://www.runnerty.io
217
+ [ runnerty ] : https ://www.runnerty.io
218
218
[ downloads-image ] : https://img.shields.io/npm/dm/@runnerty/executor-http.svg
219
219
[ npm-url ] : https://www.npmjs.com/package/@runnerty/executor-http
220
220
[ npm-image ] : https://img.shields.io/npm/v/@runnerty/executor-http.svg
@@ -223,4 +223,3 @@ If the result is very large, you should consider using the "noReturnDataOutput"
223
223
[ getvalue ] : http://docs.runnerty.io/functions/
224
224
[ config.json ] : http://docs.runnerty.io/config/
225
225
[ plan.json ] : http://docs.runnerty.io/plan/
226
- [ runnerty-cli ] : https://www.npmjs.com/package/runnerty-cli
0 commit comments