Update README.md

This commit is contained in:
Aakash N S 2015-11-03 13:40:21 +05:30
parent 4fdfdd743e
commit 3ee463ab8b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Material Design dialogs for React Native Android apps (wrapper over [afollestad/
Installation Installation
------------ ------------
Install the npm package `react-native-dialogs`. Inside your React Native project, run ([example](https://github.com/aakashns/react-native-dialogs-example/commit/e6b83bf3d2238cf7e4ec3688519f38b2544ccad5)): Install the npm package [`react-native-dialogs`](https://www.npmjs.com/package/react-native-dialogs). Inside your React Native project, run ([example](https://github.com/aakashns/react-native-dialogs-example/commit/e6b83bf3d2238cf7e4ec3688519f38b2544ccad5)):
```bash ```bash
npm install --save react-native-dialogs npm install --save react-native-dialogs
``` ```