From 5364eeabd66f8f84ab1d309949bfd57b502a637f Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Wed, 2 Aug 2023 11:09:57 +0100 Subject: [PATCH] docs: update documentation Signed-off-by: Otavio Santana --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ce83909..c490894 100644 --- a/README.adoc +++ b/README.adoc @@ -44,7 +44,7 @@ image::jakarta-data.gif[Data] 8. Create Bucket "pokemons" using the "Add Bucket" Option 9. Click at "pokemons" 10. Add "Pokemon" as Collection -11. Go to Query session and execute: `CREATE PRIMARY INDEX #primary ON pokemons._default.pokemon` +11. Go to Query session and execute: `CREATE PRIMARY INDEX primaryPokemon ON pokemons._default.Pokemon` == References