From 50282ac23b6a67d5b4435286a548018c5d9e1642 Mon Sep 17 00:00:00 2001 From: sunspirit <167175638+linhpn99@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:00:13 +0700 Subject: [PATCH] Update README.md (#70) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1517fe3..a417d104 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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