We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2cd92 commit 7116ca5Copy full SHA for 7116ca5
README.md
@@ -15,13 +15,13 @@ A Rust impl for The Graph [indexer service](https://github.com/graphprotocol/ind
15
## Quick start
16
17
```txt
18
-$ cargo run -p service -- --help
+$ cargo run -p indexer-service-rs -- --help
19
20
-Usage: service --config <FILE>
+Usage: indexer-service-rs --config <FILE>
21
22
Options:
23
--config <FILE> Path to the configuration file.
24
- See https://github.com/graphprotocol/indexer-rs/tree/main/service for examples.
+ See https://github.com/graphprotocol/indexer-rs/tree/main/config for examples.
25
-h, --help Print help
26
```
27
0 commit comments