Skip to content

Commit

Permalink
docs: update indexer-service run command in readme (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyasmohd authored Oct 30, 2024
1 parent cb2cd92 commit 7116ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ A Rust impl for The Graph [indexer service](https://github.com/graphprotocol/ind
## Quick start

```txt
$ cargo run -p service -- --help
$ cargo run -p indexer-service-rs -- --help
Usage: service --config <FILE>
Usage: indexer-service-rs --config <FILE>
Options:
--config <FILE> Path to the configuration file.
See https://github.com/graphprotocol/indexer-rs/tree/main/service for examples.
See https://github.com/graphprotocol/indexer-rs/tree/main/config for examples.
-h, --help Print help
```

Expand Down

0 comments on commit 7116ca5

Please sign in to comment.