summaryrefslogtreecommitdiff
path: root/calendar-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-12-12 22:40:31 -0500
committerstreetturtle <streetturtle@gmail.com>2019-12-12 22:40:31 -0500
commited80d988ff3868ce9d8cf9911c63c76c24ee2a2e (patch)
treea9a9c91d9db9a346b23448b1683fb32ff72286ab /calendar-widget
parent8fea20806e7735a5d480a9a69b9b7966b2f5f2e4 (diff)
typo
Diffstat (limited to 'calendar-widget')
-rw-r--r--calendar-widget/README.md2
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")