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

Commit c7cce91

Browse files
committed
Fixing typo
1 parent 55466d6 commit c7cce91

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
@@ -312,7 +312,7 @@ class AppReactPage : ReactPage
312312
{
313313
get
314314
{
315-
return CodePush.getBundleUrl();
315+
return CodePush.GetBundleUrl();
316316
}
317317
}
318318

@@ -327,7 +327,7 @@ class AppReactPage : ReactPage
327327
{
328328
new MainReactPackage(),
329329
...
330-
new CodePush("DEPLOYMENT_KEY", this)
330+
new CodePush("deployment-key-here", this)
331331
};
332332
}
333333
}

0 commit comments

Comments
 (0)