From 5f391462bf75d59bd4af0d760937af669e229116 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Fri, 12 Feb 2016 17:52:44 -0800 Subject: [PATCH] Update screenshot --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 59a6de10..76a57d8f 100644 --- a/cli/README.md +++ b/cli/README.md @@ -2,7 +2,7 @@ CodePush is a cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users' devices. It works by acting as a central repository that developers can publish updates to (JS, HTML, CSS and images), and that apps can query for updates from (using the provided client SDKs for [Cordova](http://github.com/Microsoft/cordova-plugin-code-push) and [React Native](http://github.com/Microsoft/react-native-code-push)). This allows you to have a more deterministic and direct engagement model with your userbase, when addressing bugs and/or adding small features that don't require you to re-build a binary and re-distribute it through the respective app stores. -![CodePush CLI](https://cloud.githubusercontent.com/assets/116461/12527087/6efba342-c12a-11e5-944d-88b4b6a5a438.png) +![CodePush CLI](https://cloud.githubusercontent.com/assets/116461/13024894/35c9c300-d1b1-11e5-9d46-085cfaf8a021.png) ## Installation