diff --git a/README.md b/README.md index 15215c5..cf549a9 100755 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ A react native module to show toast like android, it works on iOS and Android. ## Installation -* 1.Run `npm i react-native-easy-toast --save` -* 2.`import Toast, {DURATION} from 'react-native-easy-toast'` +1. Run `npm i react-native-easy-toast --save` +2. `import Toast, {DURATION} from 'react-native-easy-toast'` ## Demo * [Examples](https://github.com/crazycodeboy/react-native-easy-toast/tree/master/examples) diff --git a/README.zh.md b/README.zh.md index a86f1bf..b0c89d1 100755 --- a/README.zh.md +++ b/README.zh.md @@ -20,8 +20,8 @@ ## 安装 -* 1.在终端运行 `npm i react-native-easy-toast --save` -* 2.在要使用`Toast`的js文件中添加`import Toast, {DURATION} from 'react-native-easy-toast'` +1. 在终端运行 `npm i react-native-easy-toast --save` +2. 在要使用`Toast`的js文件中添加`import Toast, {DURATION} from 'react-native-easy-toast'` ## Demo * [Examples](https://github.com/crazycodeboy/react-native-easy-toast/tree/master/examples)