From 3ee463ab8ba57329e8027c1088f5ff8ba73b6a52 Mon Sep 17 00:00:00 2001 From: Aakash N S Date: Tue, 3 Nov 2015 13:40:21 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ae63c..a1b79c8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Material Design dialogs for React Native Android apps (wrapper over [afollestad/ 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 npm install --save react-native-dialogs ```