Skip to content

Commit

Permalink
Added link to icon naming spec in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCreeper committed Jul 4, 2015
1 parent 42b4790 commit 9806e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if _, err := ntf.Show(); err != nil {
}
```

Display a Notification with Icon
Display a Notification with Icon. Consult the [Icon Naming Specification](http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html).
```Go
ntf := notify.NewNotification("Test Notification", "Just a test")
//ntf.AppIcon = "/usr/share/icons/gnome/scalable/devices/network-wireless-symbolic.svg"
Expand Down

0 comments on commit 9806e3c

Please sign in to comment.