Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit cbd7cbb

Browse files
authored
Update readme.md
1 parent ecb9af1 commit cbd7cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Usage is the same as The League's OAuth client, using `\League\OAuth2\Client\Pro
1616
### Authorization Code Flow
1717

1818
```php
19-
$provider = new League\OAuth2\Client\Provider\Snapchat([
19+
$provider = new League\OAuth2\Client\Provider\Ninjaone([
2020
'clientId' => '{snapchat-client-id}',
2121
'clientSecret' => '{snapchat-client-secret}',
2222
'redirectUri' => 'https://example.com/callback-url'
@@ -61,4 +61,4 @@ if (!isset($_GET['code'])) {
6161
// Use this to interact with an API on the users behalf
6262
echo $token->getToken();
6363
}
64-
```
64+
```

0 commit comments

Comments
 (0)