diff --git a/README.md b/README.md index 8c3f01f..53ad906 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,15 @@ If you have any questions or issues please open a [new issue on the Github repos First, make sure that the plugin `List Github Repositories` is installed and activated. To check this, click on the `Plugins` option from the left-hand administration sidebar in WordPress. Once the page loads, make sure `List Github Repositories` is activated. -Then navigate to the page you would like to display the table on. Begin editing the page and paste the `[gitlist git-user=""]` shortcode onto the page. In between the "" after the `git-user=` within the square brackets specify the Github user name that you would like to generate the table for. +Then navigate to the page you would like to display the table on. Begin editing the page and paste the `[gitlist git-user=""]` shortcode onto the page. Within the square brackets specify the Github user name that you would like to generate the table for in between the double-quotes after `git-user=`. -You can find your Github username within a Github URL or by selecting your profile picture in the upper right-hand corner of Github's website and copy the name listed under *** Signed in as***. *** Do not include any symbols with the Github user name. *** +You can find your Github username within a Github URL or by selecting your profile picture in the upper right-hand corner of Github's website and copy the name listed under: "Signed in as". ***Do not include any symbols with the Github user name.*** + +### Why are the repositories being displayed not from the correct user? + +Navigate to the page where the table is being displayed. Begin editing the page and examine the `[gitlist git-user=""]` shortcode on the page. Double check that a Github username is entered within the double quotes after `git-user=` in the shortcode. Please check that this is the correct user. + +***If you Do not include any Github user name within the double quotes then the repositories from user `mike-weiner` (me) will be displayed.*** ## Screenshots @@ -51,4 +57,4 @@ Initial release! ## Arbitrary section ### Github Repository -The Github Repository can be found here: https://github.com/mike-weiner/github-repo-listing/releases. \ No newline at end of file +The Github Repository can be found here: https://github.com/mike-weiner/github-repo-listing/releases.