Skip to content

Commit 4b30bea

Browse files
authored
Merge pull request #13 from jaggy/patch-2
Fix the namespace reference on the readme
2 parents 5eda6b6 + e9dc188 commit 4b30bea

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)