From 4e2d78c7ebf804f1dcc1623129ca514141b039cf Mon Sep 17 00:00:00 2001 From: Aleck Greenham Date: Tue, 9 Aug 2016 11:54:51 +0100 Subject: [PATCH] Remove accidental placement of note in code block in Readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 77b7134..043d221 100644 --- a/README.md +++ b/README.md @@ -593,8 +593,7 @@ To set this up, perform the following steps: new CodePush(BuildConfig.CODEPUSH_KEY, this, BuildConfig.DEBUG); ``` - - *Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.* +*Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.* And that's it! Now when you run or build your app, your debug builds will automatically be configured to sync with your `Staging` deployment, and your release builds will be configured to sync with your `Production` deployment.