From 6f09c5cf9f4d8fa12430305fa55c9800c949f8cb Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Mon, 2 May 2016 18:15:26 -0700 Subject: [PATCH] update readme whitespaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dd71ad..754c1fd 100644 --- a/README.md +++ b/README.md @@ -323,10 +323,10 @@ class AppReactPage : ReactPage // deployment key, you can run "code-push deployment ls -k" to retrieve it. public override string JavaScriptBundleFile { - get + get { codePushModule = new CodePushModule("deployment-key-here", this); - return codePushModule.GetJavaScriptBundleFile(); + return codePushModule.GetJavaScriptBundleFile(); } }