From 2e41c0b2eb86112347624c4af4e9559b214c069c Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Mon, 7 Mar 2016 17:09:13 -0800 Subject: [PATCH] Updating CLI image --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 27d2c194..b797c4d3 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 user base, 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/8598682/13232100/9846bc28-d962-11e5-8212-0965f267119d.png) +![CodePush CLI](https://cloud.githubusercontent.com/assets/116461/13588584/aa9f26f2-e485-11e5-8e15-43d4b266225a.png) ## Installation