Skip to content

Commit

Permalink
nit: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Nov 6, 2024
1 parent 84b4a4e commit 49ab68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ echo "[" > $file_name && cast rpc eth_getBlockByNumber "0x<block_number>" 'false
Move the generated files to the appropriate subdirectory, and they will be automatically included in the test run.


### Proving blocks using docker compose setup and leader-worker ampq communication
### Proving blocks using docker compose setup and leader-worker amqp communication

To prove blocks using the docker compose setup and independent container leader and worker execution, you can use the `prove_stdio_docker_compose.sh` script:

Expand All @@ -488,7 +488,7 @@ cd scripts
prove_stdio_docker_compose.sh ../path/to/block_witness.json
```

Check the script and `docker-compose.yml` file for to further customize the setup.
Check the script and `docker-compose.yml` file to further customize the setup (e.g. number of workers).

## License

Expand Down

0 comments on commit 49ab68c

Please sign in to comment.