Skip to content

Commit

Permalink
Merge pull request hapijs#41 from bendrucker/githut
Browse files Browse the repository at this point in the history
Fix README typo: GitHut => GitHub
  • Loading branch information
lloydbenson committed Nov 21, 2014
2 parents edde5db + bd23c49 commit 5ab92e7
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 @@ -77,7 +77,7 @@ The `server.auth.strategy()` method requires the following strategy options:
- `version` - the OAuth version.
- `scope` - an array of scope strings (OAuth 2.0 only).
- `scopeSeparator` - the scope separator character (OAuth 2.0 only). Only required when a provider has a broken OAuth 2.0 implementation.
Defaults to space (Facebook and GitHut default to comma).
Defaults to space (Facebook and GitHub default to comma).
- `headers` - a headers object with additional headers required by the provider (e.g. GitHub required the 'User-Agent' header which is
set by default).
- `profile` - a function used to obtain user profile information and normalize it. The function signature is
Expand Down

0 comments on commit 5ab92e7

Please sign in to comment.