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

Commit 4e2d78c

Browse files
authored
Remove accidental placement of note in code block in Readme
1 parent fda5175 commit 4e2d78c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,7 @@ To set this up, perform the following steps:
593593
new CodePush(BuildConfig.CODEPUSH_KEY, this, BuildConfig.DEBUG);
594594
```
595595

596-
597-
*Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.*
596+
*Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.*
598597

599598
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.
600599

0 commit comments

Comments
 (0)