diff options
author | streetturtle <streetturtle@gmail.com> | 2019-12-12 22:40:31 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2019-12-12 22:40:31 -0500 |
commit | ed80d988ff3868ce9d8cf9911c63c76c24ee2a2e (patch) | |
tree | a9a9c91d9db9a346b23448b1683fb32ff72286ab | |
parent | 8fea20806e7735a5d480a9a69b9b7966b2f5f2e4 (diff) |
typo
-rw-r--r-- | calendar-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-widget/README.md b/calendar-widget/README.md index a7d1561..fa1b761 100644 --- a/calendar-widget/README.md +++ b/calendar-widget/README.md @@ -14,7 +14,7 @@ The placement is setup in theme.lua by `calendar_placement` variable, currently # How to use -This widget need an 'anchor' - another widget which triggers visibility of the calendar. Default `mytextclock` is the perfect candidate! +This widget needs an 'anchor' - another widget which triggers visibility of the calendar. Default `mytextclock` is the perfect candidate! ```lua local calendar_widget = require("awesome-wm-widgets.calendar-widget.calendar") |