Skip to content

Commit

Permalink
Fixes a formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Lindahl committed Dec 8, 2012
1 parent 2162cf3 commit 7275032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Other configuration options:
* `logout_url` - The URL to use to logout a user. Defaults to `'/logout'`
* `uid_key` - The user data attribute to use as your user's unique identifier. Defaults to `'user'` (which usually contains the user's login name)
* `ca_path` - Optional when `ssl` is `true`. Sets path of a CA certification directory. See [Net::HTTP][net_http] for more details
* `disable_ssl_verification``- Optional when `ssl` is true. Disables verification.
* `disable_ssl_verification` - Optional when `ssl` is true. Disables verification.

## Migrating from OmniAuth 0.3

Expand Down

0 comments on commit 7275032

Please sign in to comment.