Skip to content

Commit c8805b9

Browse files
update readme. #skip
1 parent 4d70490 commit c8805b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ A scenario contains at least one request. Typically, this is a HTTP request.
4646
### Simulations
4747
A simulation can be seen as the actual test. It determines what scenario's should be run, and how many users should be simulated over the scenario's.
4848

49+
For all awailable simulations `make choose/simulation`
50+
4951
## Mocking
5052

5153
### Data
@@ -74,15 +76,15 @@ A simulation can be seen as the actual test. It determines what scenario's shoul
7476

7577
<!-- START makefile-doc -->
7678
```
77-
$ make help
79+
$ make help
7880
init Commit hooks setup
7981
validate Validate with pre-commit hooks
8082
change Update changelog
8183
docker/inspect Inspect container
8284
reports Awailable Reports
8385
clean/results Clean results folder
8486
run/simulation Gatling run scenario 'make simulation=initial'
85-
choose/simulation Show all simulations
87+
choose/simulation Show all simulations
8688
```
8789
<!-- END makefile-doc -->
8890

0 commit comments

Comments
 (0)