Browse Source

Add docs for getFeedURL

Samuel Attard 8 years ago
parent
commit
b367c65bcd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/api/auto-updater.md

+ 4 - 0
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