Skip to content

Commit 71c9fd2

Browse files
author
Grandiere Antoine
authored
Update README.md
1 parent 8f445c0 commit 71c9fd2

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
@@ -20,7 +20,7 @@ You will need your API USER and API SECRET to initialize the client. You can fin
2020
```php
2121
require __DIR__ . '/vendor/autoload.php';
2222

23-
$client = new SightengineClient('YourApplicationID', 'YourAPIKey');
23+
$client = new SightengineClient('{api_user}', '{api_secret}');
2424
```
2525

2626
# Moderate an image

0 commit comments

Comments
 (0)