Skip to content

Commit 252b557

Browse files
author
Grandiere Antoine
authored
Change SDK import (more accurate)
1 parent e5abad3 commit 252b557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install sightengine
1616

1717
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
1818
```python
19-
from sightengine import SightengineClient
19+
from sightengine.client import SightengineClient
2020
client = SightengineClient('{api_user}', '{api_secret}')
2121
```
2222

0 commit comments

Comments
 (0)