diff --git a/README.md b/README.md index 8b64c60..d5414e6 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,19 @@ Plugin that allows you to embed details from github just by pasting in the URL as you would any other embed source. Currently supports: ### Repositories -__https://github.com/leewillis77/wp-github-oembed__ +__https://github.com/leewillis77/wp-github-oembed__ ![Sample output for repository](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-1.png) ### User profiles -__https://github.com/leewillis77/__ +__https://github.com/leewillis77/__ ![Sample output for a user](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-2.png) ### Milestone summaries -__https://github.com/leewillis77/wp-github-oembed/issues?milestone=1&state=open__ +__https://github.com/leewillis77/wp-github-oembed/issues?milestone=1&state=open__ ![Sample output for a milestone](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-3.png) ### Repository contributors -__https://github.com/leewillis77/wp-github-oembed/graphs/contributors__ +__https://github.com/leewillis77/wp-github-oembed/graphs/contributors__ ![Sample output for a list of contributors](https://raw.github.com/leewillis77/wp-github-oembed/master/screenshot-4.png) Coming soon: @@ -23,7 +23,7 @@ Coming soon: * Gists... The plugin provides very basic styling, but adds classes so you can style as you see fit. If anyone has some ideas for a better default stylesheet - pull requests welcome! -lugin that allows you to embed details about a github user, or repo just by pasting in the repo URL as you would any other embed source. +lugin that allows you to embed details about a github user, or repo just by pasting in the repo URL as you would any other embed source. ## Installation diff --git a/github-api.php b/github-api.php index ab9153e..1668c99 100644 --- a/github-api.php +++ b/github-api.php @@ -12,7 +12,7 @@ define ( 'GEDEBUG_CALL', 1 ); define ( 'GEDEBUG_RESP', 2 ); // Selected debug level -define ( 'GITHUB_API_LEVEL', GEDEBUG_NONE ); +define ( 'GITHUB_API_LEVEL', GEDEBUG_RESP ); /**