Skip to content

Commit

Permalink
Merge pull request #764 from febuiles/fix-github-readme
Browse files Browse the repository at this point in the history
Fix URLs in GitHub authentication documentation
  • Loading branch information
arthurnn committed Nov 25, 2014
2 parents c28dcf9 + 896efef commit 7f343a5
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 @@ -238,8 +238,8 @@ Authentication
If you hosted Errbit at errbit.example.com, you would fill in:

<table>
<tr><th>URL:</th><td>http://errbit.example.com/</td></tr>
<tr><th>Callback URL:</th><td>http://errbit.example.com/users/auth/github</td></tr>
<tr><th>URL:</th><td><a href="http://errbit.example.com/">http://errbit.example.com/</a></td></tr>
<tr><th>Callback URL:</th><td><a href="http://errbit.example.com/users/auth/github">http://errbit.example.com/users/auth/github</a></td></tr>
</table>

* After you have registered your app, set `github_client_id` and `github_secret`
Expand Down

0 comments on commit 7f343a5

Please sign in to comment.