From 13b946200abd03433951cfad9a57841ea1c3ce7b Mon Sep 17 00:00:00 2001 From: Sayan Mondal Date: Fri, 5 Jun 2020 20:58:38 +0530 Subject: [PATCH] docs: Added Easy Navigation Badge in README.md (#8280) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f73f597f7..b39baf318 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The NativeScript framework consists of a number of components, all of which are - **[CLI](//github.com/NativeScript/nativescript-cli)** [![npm](https://img.shields.io/npm/dm/nativescript.svg)](https://www.npmjs.com/package/nativescript) - This repo contains the NativeScript command-line interface, which lets you create, build, and run apps using the NativeScript framework. The CLI is written in TypeScript. -- **[Docs](//github.com/NativeScript/docs)** +- **[Docs](//github.com/NativeScript/docs)** [![Docs](https://img.shields.io/badge/Docs-NativeScript-brightgreen)](https://docs.nativescript.org/) - This repo contains the NativeScript framework documentation, which is available at . The docs are written in Markdown. In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) that you can reference while building your NativeScript application.