Merge pull request #1268 from ethereum/gen-readme

fix test gen make command in readme
This commit is contained in:
Diederik Loerakker 2019-07-04 02:13:40 +02:00 committed by GitHub
commit d46347c53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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