From 3a0f1fb566a736be6328f1b0204a85f5e898f98a Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Mon, 21 Apr 2025 13:50:50 +0200
Subject: [PATCH] account and not acount

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2820a6d..0ecbec1 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Where placeholders:
 
 Create a vector database for storing embeddings by running: 
 
-`python3 create-vector-db.py --collection_name [Name_of_colletion] --iam_user [YourIAM_user] --acount_id [YourAccount_ID]`
+`python3 create-vector-db.py --collection_name [Name_of_colletion] --iam_user [YourIAM_user] --account_id [YourAccount_ID]`
 
 Where: 
 - **[Name_of_colletion]**: Name of the collection that you want to create.
-- 
GitLab