We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f445c0 commit 71c9fd2Copy full SHA for 71c9fd2
README.md
@@ -20,7 +20,7 @@ You will need your API USER and API SECRET to initialize the client. You can fin
20
```php
21
require __DIR__ . '/vendor/autoload.php';
22
23
-$client = new SightengineClient('YourApplicationID', 'YourAPIKey');
+$client = new SightengineClient('{api_user}', '{api_secret}');
24
```
25
26
# Moderate an image
0 commit comments