From c4143093fdfc2e6ac9473cda6cb4cb4b318c5c99 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 4 Jun 2026 17:09:23 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2d48d..ab4e463 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Features: `esctl index create foo` and then insert docs into it for search experiments: ```console - esctl doc add -i foo2 '{"title":"curry in a hurry", "message":"australian thai"}' + esctl doc add -i foo '{"title":"curry in a hurry", "message":"australian thai"}' ``` ## Usage