diff options
author | streetturtle <streetturtle@gmail.com> | 2019-09-25 22:21:37 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2019-09-25 22:21:37 -0400 |
commit | 9c007404be087626cb724e0d3e3f3769a028dbe3 (patch) | |
tree | 273374e1d8388aab75a8e33833a5372359434e63 | |
parent | e785eac555e3f1d883510ca21a6c0cea96daf992 (diff) |
added readme for the gerrit widget
-rw-r--r-- | gerrit-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
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") |