From 31c178383ac728fd199673d2a03aaac52db3c44c Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Tue, 6 Jun 2023 23:26:40 +0200
Subject: [PATCH] doc fix example

---
 doc/example.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/example.md b/doc/example.md
index 2c36bae..a046b3d 100644
--- a/doc/example.md
+++ b/doc/example.md
@@ -42,7 +42,7 @@ You can check first that indexer is on the same network as Duniter node:
 
 ```sh
 # check if indexer is on the same chain as duniter
-gcli check-indexer-against-blockchain
+gcli indexer check
 ```
 
 The following commands uniquely relate with indexer.
-- 
GitLab