From acd1948107385ede61e9780d869e96d4cafc4090 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Wed, 23 Jan 2019 09:04:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caeb48e..705d391 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is a React Native Date Picker with following main features: ## Installation 1. `npm install react-native-date-picker --save` or `yarn add react-native-date-picker` -2. `react-native link ` +2. `react-native link react-native-date-picker` ## Minimal Example