Skip to content

Commit 2aebe76

Browse files
authored
Remove double usage of point and number
1 parent 7eaeb78 commit 2aebe76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ A react native module to show toast like android, it works on iOS and Android.
2020

2121
## Installation
2222

23-
* 1.Run `npm i react-native-easy-toast --save`
24-
* 2.`import Toast, {DURATION} from 'react-native-easy-toast'`
23+
1. Run `npm i react-native-easy-toast --save`
24+
2. `import Toast, {DURATION} from 'react-native-easy-toast'`
2525

2626
## Demo
2727
* [Examples](https://github.com/crazycodeboy/react-native-easy-toast/tree/master/examples)

0 commit comments

Comments
 (0)