Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmif committed Jun 5, 2013
1 parent bbe32da commit 956f1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module DirectoryAdmin
manager.failure_app = BadAuthentication

manager[:google_apps_domain] = 'example.org'
# manager[:google_apps_endpoint] = 'http://www.google.com/accounts/o8/id' # this is gmail
# manager[:redirect_url] = 'http://example.org/verify_url' # endpoint where google apps redirects to after successful authentication
# manager[:google_apps_endpoint] = 'http://www.google.com/accounts/o8/id' # this is gmail
# manager[:google_apps_redirect_url] = 'http://example.org/verify_url' # endpoint where google apps redirects to after successful authentication
end

helpers do
Expand Down

0 comments on commit 956f1a5

Please sign in to comment.