diff --git a/README.md b/README.md index b440bf7..76cbfd4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ $oauth2 = new OAuth2( $authorization_type, $session, $verify, - $grant_type, $response_type); + $grant_type, + $response_type); ``` ```$client_id``` is client id of the OAuth2 application