mirror of https://github.com/astral-sh/ruff
fix typo in `fuzz/README.md` (#21963)
This commit is contained in:
parent
82a7598aa8
commit
f57917becd
|
|
@ -7,7 +7,7 @@ Fuzzers and associated utilities for automatic testing of Ruff.
|
||||||
To use the fuzzers provided in this directory, start by invoking:
|
To use the fuzzers provided in this directory, start by invoking:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./fuzz/init-fuzzers.sh
|
./fuzz/init-fuzzer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
This will install [`cargo-fuzz`](https://github.com/rust-fuzz/cargo-fuzz) and optionally download a
|
This will install [`cargo-fuzz`](https://github.com/rust-fuzz/cargo-fuzz) and optionally download a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue