chore: add badge and command to install via npm (#244)

Added a MIT License badge and a command to install via npm in README.md
This commit is contained in:
Maskedman99
2019-10-06 08:13:43 +05:30
parent 118cac2a1d
commit eccea65c90

View File

@@ -1,6 +1,6 @@
# React Navigation Stack
[![CircleCI badge](https://circleci.com/gh/react-navigation/stack/tree/master.svg?style=shield)](https://circleci.com/gh/react-navigation/stack/tree/master)
[![CircleCI badge](https://circleci.com/gh/react-navigation/stack/tree/master.svg?style=shield)](https://circleci.com/gh/react-navigation/stack/tree/master) ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
Stack navigator for use on iOS and Android.
@@ -11,6 +11,10 @@ Open a Terminal in your project's folder and run,
```sh
yarn add react-navigation-stack
```
or
```sh
npm i react-navigation-stack
```
## Usage