Skip to content

Commit b9a76bd

Browse files
author
Grandiere Antoine
authored
corrected syntax
1 parent 70d9fb6 commit b9a76bd

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
@@ -18,7 +18,7 @@ composer require sightengine/client-php
1818

1919
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
2020
```php
21-
use Sightengine\SightenginClient;
21+
use \Sightengine\SightengineClient;
2222

2323
$client = new SightengineClient('{api_user}', '{api_secret}');
2424
```

0 commit comments

Comments
 (0)