Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Dec 31, 2023
1 parent 7bed8cf commit 880c60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nwSplasherAutoUpdate.downloadLatestAppAndOpenWindowInBackground({
* Called when an update occurs during download/extract. May be called many times.
*
* @param {object} update Object containing percents
* @param {object} update.downloadProgress The download progress object provided by "request-progress"
* @param {object} update.downloadProgress The download progress object
* @param {number} update.extractProgress The extract progress percent
*/
onUpdate: function ({ downloadProgress, extractProgress }) {
Expand Down

0 comments on commit 880c60d

Please sign in to comment.