summaryrefslogtreecommitdiff
path: root/github-prs-widget
diff options
context:
space:
mode:
authorLittle Clover <littleclover909@gmail.com>2021-12-13 17:36:10 +0800
committerLittle Clover <littleclover909@gmail.com>2021-12-13 17:36:10 +0800
commit2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (patch)
tree47c74841af56841d340be9c2acaeeee45ddd75ba /github-prs-widget
parentd41b54c1681a2bc2bc1a90c7a22f75df7d87afd2 (diff)
grammar correction
Diffstat (limited to 'github-prs-widget')
-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'
},
-}
+}
...
```