diff --git a/README.md b/README.md index ab022d0..67e0fe9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# React Native Date Picker [![npm version](https://badge.fury.io/js/react-native-date-picker-x.svg)](https://badge.fury.io/js/react-native-date-picker-x) +# React Native Date Picker [![npm version](https://badge.fury.io/js/react-native-date-picker.svg)](https://badge.fury.io/js/react-native-date-picker) This is a React Native Date Picker with following main features: @@ -9,8 +9,8 @@ This is a React Native Date Picker with following main features: 🌍 Multiple languages
🎨 Customizable
+[![Monthly download](https://img.shields.io/npm/dm/react-native-date-picker.svg)](https://img.shields.io/npm/dm/react-native-date-picker.svg) +[![Total downloads](https://img.shields.io/npm/dt/react-native-date-picker.svg)](https://img.shields.io/npm/dt/react-native-date- picker.svg) --> @@ -35,7 +35,7 @@ This is a React Native Date Picker with following main features: ## Installation -1. `npm install react-native-date-picker-x --save` or `yarn add react-native-date-picker-x` +1. `npm install react-native-date-picker --save` or `yarn add react-native-date-picker` 2. `react-native link ` @@ -43,7 +43,7 @@ This is a React Native Date Picker with following main features: ```js import React, { Component } from 'react'; -import DatePicker from 'react-native-date-picker-x'; +import DatePicker from 'react-native-date-picker'; export default class App extends Component { diff --git a/package.json b/package.json index 98f214e..d3c25c4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-date-picker-x", + "name": "react-native-date-picker", "version": "1.5.2", "description": "A Cross Platform React Native Picker", "main": "index.js",