Skip to content

Commit

Permalink
docs: change artillery probe to skytrace probe in README.md (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorekouzelis committed Apr 26, 2024
1 parent 7c09830 commit 78dae8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multiple-scenario-specs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ We're testing a simple service that returns ASCII pictures of various animals.
For example, to see a picture of an armadillo, send a GET request to http://asciizoo.artillery.io:8080/armadillo:

```sh
artillery probe http://asciizoo.artillery.io:8080/armadillo -b
skytrace probe http://asciizoo.artillery.io:8080/armadillo -b
```

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

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

0 comments on commit 78dae8f

Please sign in to comment.