From 2681a10d4fe80470c878bf4849c2c22cbce4d79c Mon Sep 17 00:00:00 2001 From: Michael Weiner <47571709+mike-weiner@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:57:48 -0500 Subject: [PATCH 1/2] update README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c3f01f..6e22e65 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 onto 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. From c9e21253c2819590e67d060e3fa7d9f6e1d89068 Mon Sep 17 00:00:00 2001 From: Michael Weiner <47571709+mike-weiner@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:58:19 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e22e65..53ad906 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Then navigate to the page you would like to display the table on. Begin editing 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. +### 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 onto 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. +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.***