From 641caddd86d657fd5ef3cbb32382eb1e51786506 Mon Sep 17 00:00:00 2001 From: Richard Hua Date: Wed, 19 Oct 2016 14:09:26 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0230ba5..a88b7f8 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ In it's most basic form, this command only requires two parameters: your app nam ```shell code-push release-react -code-push release-react MyApp ios +code-push release-react MyApp-iOS ios code-push release-react MyApp-Android android ``` @@ -558,11 +558,11 @@ The `release-react` command enables such a simple workflow because it provides m ```shell # Release a mandatory update with a changelog -code-push release-react MyApp ios -m --description "Modified the header color" +code-push release-react MyApp-iOS ios -m --description "Modified the header color" # Release an update for an app that uses a non-standard entry file name, and also capture # the sourcemap file generated by react-native bundle -code-push release-react MyApp ios --entryFile MyApp.js --sourcemapOutput ../maps/MyApp.map +code-push release-react MyApp-iOS ios --entryFile MyApp.js --sourcemapOutput ../maps/MyApp.map # Release a dev Android build to just 1/4 of your end users code-push release-react MyApp-Android android --rollout 25% --dev true