summaryrefslogtreecommitdiff
path: root/github-prs-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-12-13 09:36:26 -0500
committerGitHub <noreply@github.com>2021-12-13 09:36:26 -0500
commit0671068e4a74b10a4bfa5dbe6463db7c0889997b (patch)
tree47c74841af56841d340be9c2acaeeee45ddd75ba /github-prs-widget/README.md
parentd3d929dbba9e89a8ce2101b1e1b044a727264513 (diff)
parent2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (diff)
Merge pull request #318 from ingram1107/master-cleanup
Repo cleanup
Diffstat (limited to 'github-prs-widget/README.md')
-rw-r--r--github-prs-widget/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/github-prs-widget/README.md b/github-prs-widget/README.md
index 7f469a5..1d4c27e 100644
--- a/github-prs-widget/README.md
+++ b/github-prs-widget/README.md
@@ -4,7 +4,7 @@
<a href="https://github.com/streetturtle/awesome-wm-widgets/labels/github-prs" target="_blank"><img alt="GitHub issues by-label" src="https://img.shields.io/github/issues/streetturtle/awesome-wm-widgets/github-prs"></a>
</p>
-The widget shows the number of pull requests assigned to the user and when clicked shows additional information, such as
+The widget shows the number of pull requests assigned to the user and when clicked shows additional information, such as
- author's name and avatar (opens user profile page when clicked);
- PR name (opens MR when clicked);
- name of the repository;
@@ -25,7 +25,7 @@ It is possible to customize widget by providing a table with all or some of the
## Installation
-Install and setup [GitHub CLI](https://cli.github.com/)
+Install and setup [GitHub CLI](https://cli.github.com/)
Clone/download repo and use widget in **rc.lua**:
```lua
@@ -38,6 +38,6 @@ s.mytasklist, -- Middle widget
github_prs_widget {
reviewer = 'streetturtle'
},
-}
+}
...
```