From e7667c80fa84ce9bd830b74b5fed4cbcc99ded99 Mon Sep 17 00:00:00 2001 From: argia-andreas Date: Tue, 11 Aug 2020 09:41:42 +0200 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f712d40..30bae58 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Have a few examples for both platforms: #### iOS ```shell -nativescript-app-sync release ios # deploy to Staging +nativescript-app-sync release ios # deploy to Staging nativescript-app-sync release ios --d Production # deploy to Production (default: Staging) nativescript-app-sync release ios --targetBinaryVersion ~1.0.0 # release to users running any 1.x version (default: the exact version in Info.plist) nativescript-app-sync release ios --mandatory --description "My mandatory iOS version" # a release for iOS that needs to be applied ASAP.