From 9c007404be087626cb724e0d3e3f3769a028dbe3 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 25 Sep 2019 22:21:37 -0400 Subject: added readme for the gerrit widget --- gerrit-widget/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gerrit-widget') diff --git a/gerrit-widget/README.md b/gerrit-widget/README.md index fae5339..7c9f32d 100644 --- a/gerrit-widget/README.md +++ b/gerrit-widget/README.md @@ -14,7 +14,7 @@ It is possible to customize widget by providing a table with all or some of the ## Prerequisite - [curl](https://curl.haxx.se/) - is used to communicate with gerrit's [REST API](https://gerrit-review.googlesource.com/Documentation/rest-api.html) - - setup [netrc](https://ec.haxx.se/usingcurl-netrc.html) it is used to store username and password in order to call API's endpoints. + - setup [netrc](https://ec.haxx.se/usingcurl-netrc.html) which is used to store username and password in order to call API's endpoints. ## Installation @@ -30,7 +30,7 @@ It is possible to customize widget by providing a table with all or some of the git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ ``` -1. Require weather widget at the top of the **rc.lua**: +1. Require widget at the top of the **rc.lua**: ```lua local gerrit_widget = require("awesome-wm-widgets.gerrit-widget.gerrit") -- cgit v1.2.3