Skip to content

Commit

Permalink
Fixed a typo in Readme
Browse files Browse the repository at this point in the history
exipre -> expire
  • Loading branch information
volovikariel committed Nov 16, 2020
1 parent 2d3927b commit 7675d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -356,7 +356,7 @@ notifier.notify({
message: 'Hello World',
icon: __dirname + '/coulson.jpg',

wait: false, // Defaults no exipre time set. If true expire time of 5 seconds is used
wait: false, // Defaults no expire time set. If true expire time of 5 seconds is used
timeout: 10, // Alias for expire-time, time etc. Time before notify-send expires. Defaults to 10 seconds.

// .. and other notify-send flags:
Expand Down

0 comments on commit 7675d79

Please sign in to comment.