Skip to content

Commit 78dae8f

Browse files
docs: change artillery probe to skytrace probe in README.md (#2670)
1 parent 7c09830 commit 78dae8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/multiple-scenario-specs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We're testing a simple service that returns ASCII pictures of various animals.
3333
For example, to see a picture of an armadillo, send a GET request to http://asciizoo.artillery.io:8080/armadillo:
3434

3535
```sh
36-
artillery probe http://asciizoo.artillery.io:8080/armadillo -b
36+
skytrace probe http://asciizoo.artillery.io:8080/armadillo -b
3737
```
3838

3939
![armadillo](./artillery-probe.png)
@@ -58,4 +58,4 @@ for scenarioFile in `ls scenarios/*.yml` ; do
5858
done
5959
```
6060

61-
The script looks for files with the `yml` extension under `scenarios/` and runs Artillery with each of those one after another.
61+
The script looks for files with the `yml` extension under `scenarios/` and runs Artillery with each of those one after another.

0 commit comments

Comments
 (0)