fix test gen make command in readme
This commit is contained in:
parent
fe16bdc9cb
commit
e3309b0896
|
@ -38,7 +38,7 @@ The `-j N` flag makes the generators run in parallel, with `N` being the amount
|
|||
The makefile auto-detects generators in the `test_generators` directory and provides a tests-gen target for each generator. See example:
|
||||
|
||||
```bash
|
||||
make ./yaml_tests/shuffling/
|
||||
make ./eth2.0-spec-tests/tests/shuffling/
|
||||
```
|
||||
|
||||
## Developing a generator
|
||||
|
|
Loading…
Reference in New Issue