Skip to content

Commit e10137a

Browse files
authored
Update README.md
example missing toString
1 parent 81e9c4f commit e10137a

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
@@ -115,7 +115,7 @@ The SDK can be used to create API access tokens for use with other request
115115
libraries.
116116

117117
```php
118-
$bearerToken = Gr4vyConfig::getToken($privateKeyLocation, array("*.read"));
118+
$bearerToken = Gr4vyConfig::getToken($privateKeyLocation, array("*.read"))->toString();
119119
```
120120

121121
The first parameter is the location of your private key. The second

0 commit comments

Comments
 (0)