Explorar o código

fix: typo in readme example (#373)

cachho %!s(int64=2) %!d(string=hai) anos
pai
achega
35b43edb20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()