diff --git a/README.md b/README.md
index 484d5b3..8dc5af4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# react-native-touch-sensor
-Bridging for accesing the Touch Sensor on both iOS and Android using TouchID and Android Fingerprint
+Bridging for accessing the Touch Sensor on both iOS and Android using TouchID and Android Fingerprint
# Installation
@@ -9,11 +9,11 @@ Bridging for accesing the Touch Sensor on both iOS and Android using TouchID and
# Android Setup
-Be sure to add the Fingerprint permission to your `AndroidManaifest.xml` file
+Be sure to add the Fingerprint permission to your `AndroidManifest.xml` file
``
-Currently `react-native-touch-sensor` requires Android sdk 23 to work. Update this in your `app.gradle` file
+Currently `react-native-touch-sensor` requires Android SDK 23+ to work. Update this in your `app.gradle` file
# Example
```
@@ -23,7 +23,7 @@ import { View, Text, Button } from 'react-native'
import Touch from 'react-native-touch-sensor'
export default class TouchExample extends Component {
-
+
_isSupported() {
Touch.isSupported()
@@ -40,12 +40,12 @@ export default class TouchExample extends Component {
return (
Check to see if all conditions are met to use Fingerprint
-