From 4177e94a096fb9aac3ebf3d0306300e98c78af14 Mon Sep 17 00:00:00 2001 From: Jehiah Czebotar Date: Mon, 17 Dec 2012 13:04:48 -0500 Subject: [PATCH] Update README.md fix markdown syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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