diff options
author | Little Clover <littleclover909@gmail.com> | 2021-12-13 17:36:10 +0800 |
---|---|---|
committer | Little Clover <littleclover909@gmail.com> | 2021-12-13 17:36:10 +0800 |
commit | 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (patch) | |
tree | 47c74841af56841d340be9c2acaeeee45ddd75ba /bitbucket-widget | |
parent | d41b54c1681a2bc2bc1a90c7a22f75df7d87afd2 (diff) |
grammar correction
Diffstat (limited to 'bitbucket-widget')
-rw-r--r-- | bitbucket-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbucket-widget/README.md b/bitbucket-widget/README.md index 7f82e73..197a765 100644 --- a/bitbucket-widget/README.md +++ b/bitbucket-widget/README.md @@ -46,7 +46,7 @@ And test if it works by calling the API: curl -s -n 'https://api.bitbucket.org/2.0/repositories/' ``` -Also to properly setup required parameters you can use `test_bitbucket_api.sh` script - it uses the same curl call as widget. +Also, to properly setup required parameters you can use `test_bitbucket_api.sh` script - it uses the same curl call as widget. Then clone/download repo and use widget in **rc.lua**: |