Skip to content

Commit 7116ca5

Browse files
authored
docs: update indexer-service run command in readme (#432)
1 parent cb2cd92 commit 7116ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ A Rust impl for The Graph [indexer service](https://github.com/graphprotocol/ind
1515
## Quick start
1616

1717
```txt
18-
$ cargo run -p service -- --help
18+
$ cargo run -p indexer-service-rs -- --help
1919
20-
Usage: service --config <FILE>
20+
Usage: indexer-service-rs --config <FILE>
2121
2222
Options:
2323
--config <FILE> Path to the configuration file.
24-
See https://github.com/graphprotocol/indexer-rs/tree/main/service for examples.
24+
See https://github.com/graphprotocol/indexer-rs/tree/main/config for examples.
2525
-h, --help Print help
2626
```
2727

0 commit comments

Comments
 (0)