diff --git a/README.md b/README.md index 6c725fd..8e61a16 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ earlier Windows versions. Growl is used if none of these requirements are met. ![Input Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/input-example.gif) +## Actions Example Windows SnoreToast + +![Actions Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/windows-actions-example.gif) + ## Quick Usage Show a native notification on macOS, Windows, Linux: diff --git a/example/windows-actions-example.gif b/example/windows-actions-example.gif new file mode 100644 index 0000000..dc03aef Binary files /dev/null and b/example/windows-actions-example.gif differ diff --git a/package.json b/package.json index 33cb6cd..2956fee 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "example:mac": "node ./example/advanced.js", "example:mac:input": "node ./example/macInput.js", "example:windows": "node ./example/toaster.js", + "example:windows:actions": "node ./example/toaster-with-actions.js", "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js" }, "jest": {