diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index 46157d02e911..20ba44c721c5 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -100,6 +100,10 @@ The `autoUpdater` object has the following methods: Sets the `url` and initialize the auto updater. +### `autoUpdater.getFeedURL()` + +Returns the current update feed URL. + ### `autoUpdater.checkForUpdates()` Asks the server whether there is an update. You must call `setFeedURL` before