From 3e029daf30fe335490ab48a8ec7f97e422a87439 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 21 Jun 2023 12:07:52 +0530 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d758c9e9..30626ea0 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ from embedchain import App as EmbedChainApp from embedchain import App as ECApp ``` -* Now you app is created. You can use `.query` function to get the answer for any query. +* Now your app is created. You can use `.query` function to get the answer for any query. ```python print(naval_chat_bot.query("What unique capacity does Naval argue humans possess when it comes to understanding explanations or concepts?"))