From e80914e1d923ee15fe4b957dc8fc6c5b8e4df953 Mon Sep 17 00:00:00 2001 From: Rosen Vladimirov Date: Tue, 5 Jun 2018 23:07:28 +0300 Subject: [PATCH] docs: Update diagram reference Update the diagram reference in the README, so it will be rendered correctly in https://www.npmjs.com/package/nativescript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba1be7f07..c7b9d4715b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ How the NativeScript CLI works The NativeScript CLI is the command-line interface for interacting with NativeScript. It incorporates several important services. Consider the following diagram: -![NativeScript CLI diagram](https://github.com/NativeScript/nativescript-cli/blob/master/ns-cli.png) +![NativeScript CLI diagram](https://github.com/NativeScript/nativescript-cli/raw/release/ns-cli.png) * **Commands** - pretty much what every CLI does - support of different command options, input validation and help * **Devices Service** - provides the communication between NativeScript and devices/emulators/simulators used to run/debug the app. Uses iTunes to talk to iOS and adb for Android