We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d9fb6 commit b9a76bdCopy full SHA for b9a76bd
README.md
@@ -18,7 +18,7 @@ composer require sightengine/client-php
18
19
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
20
```php
21
-use Sightengine\SightenginClient;
+use \Sightengine\SightengineClient;
22
23
$client = new SightengineClient('{api_user}', '{api_secret}');
24
```
0 commit comments