Skip to content

Commit 3b5acd7

Browse files
committed
docs: update indexer-service run command in readme
1 parent 8fe31fe commit 3b5acd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ 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.

0 commit comments

Comments
 (0)