Updating package.json

This commit is contained in:
Jonathan Carter
2015-10-21 15:50:51 -07:00
parent a208afe7a1
commit 17a5ec3aa6
2 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
react-native-code-push
===
This plugin provides integration with the CodePush service, allowing you to easily update your React Native application to enable live app updates.
This plugin provides integration with the [CodePush service](http://microsoft.github.io/code-push), allowing you to easily update your React Native application to enable live app updates.
Supported platforms
---
@@ -167,4 +167,4 @@ codePush.notifyApplicationReady(): Promise<void>;
Notifies the plugin that the update operation succeeded.
Calling this function is required if a rollbackTimeout parameter is passed to your ```LocalPackage.apply``` call.
If automatic rollback was not used, calling this function is not required and will result in a noop.
If automatic rollback was not used, calling this function is not required and will result in a noop.