Skip to content

Commit

Permalink
fix error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Apr 25, 2018
1 parent 2927085 commit 20d301f
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 @@ -57,10 +57,10 @@ const feed = `${server}/OWNER/REPO/${process.platform}/${app.getVersion()}`
autoUpdater.setFeedURL(feed)
```

As the final step, check for updates. The example below will check every minute:
As the final step, check for updates. The example below will check every 10
minutes:

```javascript
// check every ten minutes
setInterval(() => {
autoUpdater.checkForUpdates()
}, 10 * 60 * 1000)
Expand Down

0 comments on commit 20d301f

Please sign in to comment.