Skip to content

Commit 399a143

Browse files
committed
build: 3.0.5
1 parent 373e5d6 commit 399a143

File tree

4 files changed

+139
-157
lines changed

4 files changed

+139
-157
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ Through NPM
2020
npm i @runnerty/executor-http
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-http
26+
npx runnerty add @runnerty/executor-http
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-http
34+
runnerty add @runnerty/executor-http
3535
```
3636

3737
### Configuration sample:
@@ -214,7 +214,7 @@ If the result is very large, you should consider using the "noReturnDataOutput"
214214
}
215215
```
216216

217-
[runnerty]: http://www.runnerty.io
217+
[runnerty]: https://www.runnerty.io
218218
[downloads-image]: https://img.shields.io/npm/dm/@runnerty/executor-http.svg
219219
[npm-url]: https://www.npmjs.com/package/@runnerty/executor-http
220220
[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"
223223
[getvalue]: http://docs.runnerty.io/functions/
224224
[config.json]: http://docs.runnerty.io/config/
225225
[plan.json]: http://docs.runnerty.io/plan/
226-
[runnerty-cli]: https://www.npmjs.com/package/runnerty-cli

0 commit comments

Comments
 (0)