diff --git a/README.md b/README.md index 2e57a2da..912305fe 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ Sample code ([source](https://github.com/benhurott/react-native-masked-text-samp text: text }) }} - style={textInputStype} + style={textInputStyle} /> @@ -374,7 +374,7 @@ Sample code ([source](https://github.com/benhurott/react-native-masked-text-samp text: text }) }} - style={textInputStype} + style={textInputStyle} /> ```