We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5825a2e + 4b30bea commit e5b3b41Copy full SHA for e5b3b41
README.md
@@ -41,7 +41,7 @@ require_once "vendor/autoload.php";
41
Create a client with your API key and secret:
42
43
```php
44
-$client = new Nexmo\Client(new Nexmo\Credentials\Basic(API_KEY, API_SECRET));
+$client = new Nexmo\Client(new Nexmo\Client\Credentials\Basic(API_KEY, API_SECRET));
45
```
46
47
Examples
0 commit comments