Skip to content

Commit fae5f78

Browse files
Greg Holmesdragonmantank
andauthored
Removed extra ( in example code for making a call that will cause PHP Errors (#253)
Co-authored-by: Chris Tankersley <[email protected]>
1 parent 7a04876 commit fae5f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ All `$client->voice()` methods require the client to be constructed with a `Vona
234234
```php
235235
$basic = new \Vonage\Client\Credentials\Basic('key', 'secret');
236236
$keypair = new \Vonage\Client\Credentials\Keypair(
237-
file_get_contents((VONAGE_APPLICATION_PRIVATE_KEY_PATH),
237+
file_get_contents(VONAGE_APPLICATION_PRIVATE_KEY_PATH),
238238
VONAGE_APPLICATION_ID
239239
);
240240

0 commit comments

Comments
 (0)