瀏覽代碼

fix: typo in readme example (#373)

cachho 2 年之前
父節點
當前提交
35b43edb20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/quickstart.mdx

+ 1 - 1
docs/quickstart.mdx

@@ -20,7 +20,7 @@ Run your first bot in python using the following code. Make sure to set the `OPE
 ```python
 import os
 
-from embedchain Import App
+from embedchain import App
 
 os.environ["OPENAI_API_KEY"] = "xxx"
 elon_musk_bot = App()