diff --git a/README.md b/README.md
index cb7f5ad..97f24d5 100644
--- a/README.md
+++ b/README.md
@@ -59,17 +59,17 @@ There is a sample Android App inside the sample folder of the repository. You ca
```
-2. Create a file with name provider_paths.xml in your Project > res > xml > folder and paste the below code-
+2. Create a file with name provider_paths.xml in your Project > res > xml folder and paste the below code-
```xml
-
-
+
+
```
* IMPORTANT- If your project's targetSdkVersion is higher or equal to 23(Android 6.0 Marshmallow) please add Android support library v4 to your Android project from here. The Android support libraries are not required if your project's targetSdkVersion is lesser than 23.
-* Good to go, please refer Ezetap API Portal for API usage
+* Good to go, please refer Ezetap API Portal for API usage
>Note- The EzeAPIActivity has to be configured with the same attributes as given above.