From 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 Mon Sep 17 00:00:00 2001 From: Little Clover Date: Mon, 13 Dec 2021 17:36:10 +0800 Subject: grammar correction --- github-prs-widget/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'github-prs-widget') 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 @@ GitHub issues by-label

-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' }, -} +} ... ``` -- cgit v1.2.3