diff --git a/README.md b/README.md index 9745e7f..6d38308 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ individual accounts, or a whole google apps domain. ## Configuration -1) visit to Google Api Console https://code.google.com/apis/console/ -2) under "API Access", choose "Create an OAuth 2.0 Client ID" -3) Edit the application settings, and list the Redirect URI(s) where you will run your application. For example: +1. visit to Google Api Console https://code.google.com/apis/console/ +2. under "API Access", choose "Create an OAuth 2.0 Client ID" +3. Edit the application settings, and list the Redirect URI(s) where you will run your application. For example: `https://internalapp.yourcompany.com/oauth2/callback` ## Usage