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 5eda6b6 + e9dc188 commit 4b30beaCopy full SHA for 4b30bea
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