From d4f48750d91b723211d98cc1fac09dfc78a8c841 Mon Sep 17 00:00:00 2001 From: Aakash N S Date: Mon, 11 Jun 2018 08:55:58 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0535e9c..088bd77 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ An Android only module for Material Design dialogs. This is a wrapper over [afol ### Installation 1. Install: - - Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-dialogs@next --save` - - Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dialogs@next` + - Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-dialogs --save` + - Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dialogs` 2. [Link](https://facebook.github.io/react-native/docs/linking-libraries-ios.html): - `react-native link react-native-dialogs`