Skip to content

Commit

Permalink
fix readme typo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh authored Apr 1, 2024
1 parent 966b3e7 commit a48ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Each bundler to run has a folder and yml file [./bundlers](./bundlers) folder
- see the `runbundler/.env` for global settings, like `FUND` for funded addresses.
- The bundler-specific RPC calls (eth_ and debug_) should be exposed on `BUNDLER_URL`
- To test bundler startup script:
* `./runbundler/runbundler.sh {./runblers/aabundler/aabundler.yml} start` - start the bundler (along with node, and deployed contract)
* `./runbundler/runbundler.sh {./bundlers/aabundler/aabundler.yml} start` - start the bundler (along with node, and deployed contract)
* `down` - stop all docker images.
* (or any other docker-compose command, such as `logs`)

Expand Down

0 comments on commit a48ac5b

Please sign in to comment.