Skip to content

Commit

Permalink
Updated Depreciation In Example
Browse files Browse the repository at this point in the history
(electron) setFeedUrl is deprecated. Use setFeedURL instead.
  • Loading branch information
chris-burgin authored Jun 20, 2016
1 parent 261b736 commit 7a92473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/update-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ var autoUpdater = require('auto-updater');
var platform = os.platform() + '_' + os.arch();
var version = app.getVersion();

autoUpdater.setFeedUrl('http://download.myapp.com/update/'+platform+'/'+version);
autoUpdater.setFeedURL('http://download.myapp.com/update/'+platform+'/'+version);
```

0 comments on commit 7a92473

Please sign in to comment.