diff --git a/Readme.md b/Readme.md
index 359dc89a7..b95861f8b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -21,27 +21,32 @@ There are four different configurations of the project:
2. Android_Deploy
Same as the Android configuration plus the generated javascript is copied to the tns_modules folder in the targeted Eclipse project.
The path to the project is taken from the `BCL/Deploy/Eclipse/Configuration.xml` file. The expected XML structure is:
- ```xml
+
+```xml
C:\Work\Git\xPlatCore\Applications\Android\UnitTestApp\assets\tns_modules
- ```
+```
+
3. Android_Tests
Same as Android_Deploy plus the Tests folder in the BCL is copied to the output directory.
4. iOS
This configuration will create a `bin/iOS` folder and output all the iOS-related files there.
+
5. iOS_Deploy
Same as the iOS configuration plus the generated javascript is copied to the JS folder in the testing xCode project.
The path to the project is taken from the `BCL/Deploy/xCode/Configuration.xml` file. The expected XML structure is:
- ```xml
+
+```xml
Z:\Kimera\JDBridgeApp\JDBridgeApp\js
- ```
+```
In order to use this path you will need to map a shared MAC's folder and access it from your PC.
+
6. iOS_Tests
Same as iOS_Deploy plus the Tests folder in the BCL is copied to the output directory.