Skip to content

Commit

Permalink
Merge pull request GitbookIO#82 from chrisburgin95/patch-1
Browse files Browse the repository at this point in the history
Updated Depreciation In Example
  • Loading branch information
SamyPesse authored Aug 9, 2016
2 parents 397fd3c + 7a92473 commit 0b3d842
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 0b3d842

Please sign in to comment.