Update README.md

fix markdown syntax
This commit is contained in:
Jehiah Czebotar 2012-12-17 13:04:48 -05:00
parent 4861cb8e65
commit 4177e94a09

View File

@ -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