diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-12-13 09:36:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 09:36:26 -0500 |
commit | 0671068e4a74b10a4bfa5dbe6463db7c0889997b (patch) | |
tree | 47c74841af56841d340be9c2acaeeee45ddd75ba /bitbucket-widget | |
parent | d3d929dbba9e89a8ce2101b1e1b044a727264513 (diff) | |
parent | 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (diff) |
Merge pull request #318 from ingram1107/master-cleanup
Repo cleanup
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**: |