Skip to content

Commit e9dc188

Browse files
authored
Fix the namespace reference on the readme
The namespace for `Nexmo\Client\Credentials\Basic` was `Nexmo\Credentials\Basic`. Fixed the class reference when creating a new client.
1 parent 5eda6b6 commit e9dc188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require_once "vendor/autoload.php";
4141
Create a client with your API key and secret:
4242

4343
```php
44-
$client = new Nexmo\Client(new Nexmo\Credentials\Basic(API_KEY, API_SECRET));
44+
$client = new Nexmo\Client(new Nexmo\Client\Credentials\Basic(API_KEY, API_SECRET));
4545
```
4646

4747
Examples

0 commit comments

Comments
 (0)