From 168d0660f9365e67df21f250c033321f353062a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 30 Jun 2016 15:06:48 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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