diff --git a/sample-codes/authentication/README.md b/sample-codes/authentication/README.md index 3136f78..01f1699 100644 --- a/sample-codes/authentication/README.md +++ b/sample-codes/authentication/README.md @@ -47,7 +47,7 @@ $json = json_decode($output, true); $accessToken = $json['responseBody']['accessToken']; // this is your access token -echo $accessToken;; +echo $accessToken; // Further processing ... if ($server_output == "OK") { ... } else { ... }