We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e9c4f commit e10137aCopy full SHA for e10137a
README.md
@@ -115,7 +115,7 @@ The SDK can be used to create API access tokens for use with other request
115
libraries.
116
117
```php
118
-$bearerToken = Gr4vyConfig::getToken($privateKeyLocation, array("*.read"));
+$bearerToken = Gr4vyConfig::getToken($privateKeyLocation, array("*.read"))->toString();
119
```
120
121
The first parameter is the location of your private key. The second
0 commit comments