diff --git a/README.md b/README.md
index a0bd2d4..fa3bf00 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ or
 2. Append the following lines to `android/settings.gradle`:
    ```
    include ':react-native-exception-handler'
-   project(':react-native-exception-handler').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-exception-handler/android')
+   project(':react-native-exception-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-exception-handler/android')
    ```
 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
    ```