diff --git a/readme.md b/readme.md index 60f4ae9..55800fc 100644 --- a/readme.md +++ b/readme.md @@ -80,6 +80,21 @@ The update check is done in a unref'ed [child process](https://nodejs.org/api/ch The first time the user runs your app, it will check for an update, and even if an update is available, it will wait the specified `updateCheckInterval` before notifying the user. This is done to not be annoying to the user, but might surprise you as an implementer if you're testing whether it works. Check out [`example.js`](example.js) to quickly test out `update-notifier` and see how you can test that it works in your app. +--- + +