update readme whitespaces

This commit is contained in:
Geoffrey Goh
2016-05-02 18:15:26 -07:00
parent c36367a731
commit 6f09c5cf9f

View File

@@ -323,10 +323,10 @@ class AppReactPage : ReactPage
// deployment key, you can run "code-push deployment ls <appName> -k" to retrieve it.
public override string JavaScriptBundleFile
{
get
get
{
codePushModule = new CodePushModule("deployment-key-here", this);
return codePushModule.GetJavaScriptBundleFile();
return codePushModule.GetJavaScriptBundleFile();
}
}