Skip to content

Commit 0bbad3e

Browse files
committed
Update README.md (fix typo and link to example file)
1 parent 922cb75 commit 0bbad3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# react-native-datepicker [![Build Status](https://travis-ci.org/xgfe/react-native-datepicker.svg)](https://travis-ci.org/xgfe/react-native-datepicker) [![Coverage Status](https://coveralls.io/repos/github/xgfe/react-native-datepicker/badge.svg?branch=master)](https://coveralls.io/github/xgfe/react-native-datepicker?branch=master)
2-
react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
2+
React Native datePicker component for both Android and iOS, using DatePickerAndroid, TimePickerAndroid and DatePickeriOS.
33

44
## Install
55

@@ -8,7 +8,7 @@ npm install react-native-datepicker --save
88
```
99

1010
## Example
11-
Check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/example/index.js) in the Example folder.
11+
Check [index.android.js](example/index.android.js) in the Example folder.
1212

1313
![android](http://7xtixz.com2.z0.glb.clouddn.com/react-native-datepicker-android.gif)
1414
![android](http://7xtixz.com2.z0.glb.clouddn.com/react-native-datepicker-ios.gif)
@@ -29,7 +29,7 @@ Check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/exa
2929
/>
3030
```
3131

32-
You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/example/index.js) in the Example folder for detail.
32+
You can check [index.js](example/index.android.js) in the Example folder for detail.
3333

3434
## Properties
3535

0 commit comments

Comments
 (0)