diff options
Diffstat (limited to 'calendar-widget')
-rw-r--r-- | calendar-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar-widget/README.md b/calendar-widget/README.md index 77b8fe7..3d878bf 100644 --- a/calendar-widget/README.md +++ b/calendar-widget/README.md @@ -45,8 +45,8 @@ local cw = calendar_widget() -- or customized local cw = calendar_widget({ theme = 'outrun', - placement = 'bottom_right' - radius = 8 + placement = 'bottom_right', + radius = 8, }) mytextclock:connect_signal("button::press", function(_, _, _, button) |