Skip to content

Commit

Permalink
Fix the README example [Fixes #1]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshal authored Aug 6, 2016
1 parent d6a6b6b commit 9b2be82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9b2be82

Please sign in to comment.