Skip to content

Commit e5abad3

Browse files
author
Grandiere Antoine
authored
Update README.MD
1 parent b3ea8b1 commit e5abad3

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
@@ -17,7 +17,7 @@ pip install sightengine
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
1919
from sightengine import SightengineClient
20-
client = SightengineClient("YOUR_API_USER", "YOUR_API_SECRET")
20+
client = SightengineClient('{api_user}', '{api_secret}')
2121
```
2222

2323
# Moderate an image

0 commit comments

Comments
 (0)