Browse Source

bug: Fix typo bug in readme (#60)

C.V.S.Murali Krishna 2 years ago
parent
commit
91346ea457
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -57,7 +57,7 @@ os.environ["OPENAI_API_KEY"] = "sk-xxxx"
 
 from embedchain import App
 
-naval_ravikant_chat_bot_app = App()
+naval_chat_bot = App()
 
 # Embed Online Resources
 naval_chat_bot.add("youtube_video", "https://www.youtube.com/watch?v=3qHkcs3kG44")