Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 52bf70d

Browse files
author
Igor Krasavin
authored
Fix typo (#1927)
1 parent 0091878 commit 52bf70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Once your app is configured and distributed to your users, and you have made som
264264

265265
*NOTE: Before you can start releasing updates, please log into App Center by running the `appcenter login` command.*
266266

267-
In its most basic form, this command only requires one parameter: your owner name + "/" + app name.
267+
In it's the most basic form, this command only requires one parameter: your owner name + "/" + app name.
268268
269269
```shell
270270
appcenter codepush release-react -a <ownerName>/<appName>
@@ -284,7 +284,7 @@ appcenter codepush release-react -a <ownerName>/MyApp-iOS -m --description "Mod
284284
appcenter codepush release-react -a <ownerName>/MyApp-iOS --entry-file MyApp.js --sourcemap-output ../maps/MyApp.map
285285
286286
# Release a dev Android build to just 1/4 of your end users
287-
appcenter codepush release-react -a <ownerName>/MyApp-Android --rollout 25% --development true
287+
appcenter codepush release-react -a <ownerName>/MyApp-Android --rollout 25 --development true
288288
289289
# Release an update that targets users running any 1.1.* binary, as opposed to
290290
# limiting the update to exact version name in the build.gradle file

0 commit comments

Comments
 (0)