diff --git a/README.md b/README.md index 7ed6790..0c80025 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ codePush.checkForUpdate().then((update) => { if (!update) { console.log("The app is up to date!"); } else { - console.log("An update is available! Should we download it"); + console.log("An update is available! Should we download it?"); } });