Skip to content

Commit 516eecd

Browse files
committed
docs: update readme
1 parent 4dc62d9 commit 516eecd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It also automatically installs WAFP CLI to the current environment that is avail
3333
To run a fuzzer against a target, you need to pass their names in CLI:
3434

3535
```
36-
wafp schemathesis:Default jupyter_server --output-dir=./artifacts
36+
wafp schemathesis:Default jupyter_server:Default --output-dir=./artifacts
3737
```
3838

3939
The command above will run the `Default` variant of Schemathesis against the Jupyter Server target and will store
@@ -55,8 +55,6 @@ It will run all the defined combinations for 30 times and store the artifacts in
5555
The combinations are defined in the `COMBINATIONS` variable in the `run.py` file. It excludes combinations that are known
5656
to not work for some reason (usually due to fuzzer failures).
5757

58-
Note, that the `run.py` file does not include the Sentry integration (see below).
59-
6058
## Fuzzing targets
6159

6260
Every fuzzing target is a web application that runs via `docker-compose`. WAFP provides an API on top of

0 commit comments

Comments
 (0)