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

Commit 1624c1d

Browse files
authored
Merge pull request #456 from magrinj/patch-1
Mistake in README
2 parents db3a942 + 6839d51 commit 1624c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ class MyApp extends Component {
467467
onButtonPress() {
468468
codePush.sync({
469469
updateDialog: true,
470-
installMode: codePush.installMode.IMMEDIATE
470+
installMode: codePush.InstallMode.IMMEDIATE
471471
});
472472
}
473473

0 commit comments

Comments
 (0)