From ac6c746d73c26d74db65983c46a174eed33396a2 Mon Sep 17 00:00:00 2001 From: adekunlebamz Date: Mon, 12 Jan 2026 19:34:44 +0100 Subject: [PATCH] docs: fix double comma typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45cae43..834d153 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ code-push-diff release-react {platform} --app {appName} --base {branchOrCommit} - `cmd` - command to release the bundle to a code push server. -This script also supports all the parameters available for the [release-react command](https://github.com/microsoft/code-push/tree/v3.0.1/cli#releasing-updates-react-native) used by CodePush, , like `plistFile`, `outputDir` etc. +This script also supports all the parameters available for the [release-react command](https://github.com/microsoft/code-push/tree/v3.0.1/cli#releasing-updates-react-native) used by CodePush, like `plistFile`, `outputDir` etc. ```sh code-push-diff release-react ios --app i.kuchaev/AwesomeProject --base release-2.1 --plist-file ios/project/Info.plist --rallout 50 --cmd code-push-standalone