Skip to content

Commit f91ba07

Browse files
authored
Update README.md
- fix incorrect example for discover command
1 parent 6ee1277 commit f91ba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ nohup chainbench start --profile bsc.general --workers 4 --users 100 --test-time
212212
### Discover Available Methods on Endpoints
213213
This command will discover all available rpc methods on the specified endpoint and print them to the console. List of methods that are tested are based on the `--clients` option.
214214
```shell
215-
chainbench discover --target https://node-url --clients geth,erigon
215+
chainbench discover https://node-url --clients geth,erigon
216216
```
217217
To list valid arguments for `--clients` option and the reference client version, run:
218218
```shell

0 commit comments

Comments
 (0)