We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e328a08 commit c4603c6Copy full SHA for c4603c6
README.md
@@ -13,7 +13,7 @@ pip install jigsawstack
13
First, you need to get an API key, which is available in the [JigsawStack Dashboard](https://jigsawstack.com).
14
15
```py
16
-from jigsawstack from JigsawStack
+from jigsawstack import JigsawStack
17
18
import os
19
@@ -24,7 +24,7 @@ import os
24
25
26
27
28
29
30
ai = JigsawStack(api_key="your-api-key")
0 commit comments