Skip to content

Commit 4ccd842

Browse files
Update README.md
1 parent c7a2768 commit 4ccd842

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
@@ -137,7 +137,7 @@ $accessToken = $credentials->getIdentifier();
137137

138138
If successful, `$credentials` with be an instance of [TokenCredentials](https://github.com/thephpleague/oauth1-client/blob/master/src/Client/Credentials/TokenCredentials.php). You can store the identifier within and use to authenticate requests on behalf of that user.
139139

140-
#### User access token to make requests
140+
#### Use access token to make requests
141141

142142
```php
143143
$client->addConfig('token', $accessToken);

0 commit comments

Comments
 (0)