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.
1 parent 5eda6b6 commit e9dc188Copy full SHA for e9dc188
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