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 e5abad3 commit 252b557Copy full SHA for 252b557
README.MD
@@ -16,7 +16,7 @@ pip install sightengine
16
17
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
18
```python
19
-from sightengine import SightengineClient
+from sightengine.client import SightengineClient
20
client = SightengineClient('{api_user}', '{api_secret}')
21
```
22
0 commit comments