diff --git a/README.md b/README.md index 89e1d7097..87d686c4f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -#### [Sign up With App Center](https://appcenter.ms/signup?utm_source=CodePush&utm_medium=Azure) to use CodePush - # React Native Module for CodePush This plugin provides client-side integration for the [CodePush service](https://microsoft.github.io/code-push/), allowing you to easily add a dynamic update experience to your React Native app(s). @@ -52,7 +50,8 @@ We try our best to maintain backwards compatibility of our plugin with previous | React Native version(s) | Supporting CodePush version(s) | |-------------------------|------------------------------------------------------------------------------------------------------| | { console.log(`"npx @react-native-community/cli init ${appName}" success. cwd=${projectDirectory}`); return e; }) .then(this.copyTemplate.bind(this, templatePath, projectDirectory)) .then(TestUtil.getProcessOutput.bind(undefined, TestConfig.thisPluginInstallString, { cwd: path.join(projectDirectory, TestConfig.TestAppName) }))