Browse Source

Update autoUpdater api docs

The event `quitAndUpdate` event changed to `quitAndInstall`
Michael J. Zoidl 9 years ago
parent
commit
95ef73ebc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/auto-updater.md

+ 1 - 1
docs/api/auto-updater.md

@@ -82,7 +82,7 @@ once it is set.
 Asks the server whether there is an update. You must call `setFeedUrl` before
 using this API.
 
-### `autoUpdater.quitAndUpdate()`
+### `autoUpdater.quitAndInstall()`
 
 Restarts the app and install the update after it has been downloaded. It should
 only be called after `update-downloaded` has been emitted.