From 9b2be825351ca03182be1ea3c49fc01f27eb2c97 Mon Sep 17 00:00:00 2001 From: Jacob Marshall Date: Sun, 7 Aug 2016 09:16:47 +1200 Subject: [PATCH] Fix the README example [Fixes #1] --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ca1e1e0..3817ca8 100644 --- a/readme.md +++ b/readme.md @@ -27,8 +27,8 @@ func main() { Message: "Some message about how important something is...", Icon: "go.png", Actions: []toast.Action{ - {"protocol", "I'm a button"}, - {"protocol", "Me too!"}, + {"protocol", "I'm a button", ""}, + {"protocol", "Me too!", ""}, }, } err := notification.Push()