diff --git a/README.md b/README.md index 51b123c..2364934 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ use Salla\OAuth2\Client\Provider\Salla; $provider = new Salla([ 'clientId' => '{client-id}', // The client ID assigned to you by Salla 'clientSecret' => '{client-secret}', // The client password assigned to you by Salla - 'redirectUri' => 'https://yourservice.com/callback_url', // the url for current page in your service + 'redirectUrl' => 'https://yourservice.com/callback_url', // the url for current page in your service ]); /**