Skip to content

Commit 45f2fc7

Browse files
committed
Merge pull request #51 from miyagawa/ghe-doc
Correct GHE usage example in README
2 parents 3412544 + 1b6c19f commit 45f2fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on the [GitHub Applications Page](https://github.com/settings/applications).
1515
provider :github, ENV['GITHUB_KEY'], ENV['GITHUB_SECRET'],
1616
{
1717
:client_options => {
18-
:site => 'https://github.YOURDOMAIN.com/',
18+
:site => 'https://github.YOURDOMAIN.com/api/v3',
1919
:authorize_url => 'https://github.YOURDOMAIN.com/login/oauth/authorize',
2020
:token_url => 'https://github.YOURDOMAIN.com/login/oauth/access_token',
2121
}

0 commit comments

Comments
 (0)