Skip to content

Commit d2044d4

Browse files
committed
Remove double usage of point and number
1 parent 7eaeb78 commit d2044d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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)

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
## 安装
2222

23-
* 1.在终端运行 `npm i react-native-easy-toast --save`
24-
* 2.在要使用`Toast`的js文件中添加`import Toast, {DURATION} from 'react-native-easy-toast'`
23+
1. 在终端运行 `npm i react-native-easy-toast --save`
24+
2. 在要使用`Toast`的js文件中添加`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)