diff --git a/README.md b/README.md index 217d260..87df6e6 100644 --- a/README.md +++ b/README.md @@ -640,7 +640,7 @@ codePush.sync({ updateDialog: true }, break; } }, - (totalBytes, receivedBytes) => { + ({ receivedBytes, totalBytes, }) => { /* Update download modal progress */ } );