Skip to content

Commit

Permalink
Update README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
linhpn99 authored Jul 27, 2024
1 parent 1571aba commit 50282ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ make build
3. **Run the indexer**

```bash
./build/indexer start --remote http://test3.gno.land:36657 --db-path indexer-db
./build/tx-indexer start --remote http://test3.gno.land:36657 --db-path indexer-db
```

or:
Expand All @@ -71,7 +71,7 @@ on-disk location for the indexed data.
For a full list of available features and flags, execute the `--help` command:

```shell
> ./build/indexer start --help
> ./build/tx-indexer start --help

DESCRIPTION
Starts the indexer service
Expand Down

0 comments on commit 50282ac

Please sign in to comment.