diff --git a/README.md b/README.md
index b04db7d..0cb9299 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,17 @@ Simple universal mocking tool for http requests
- replay
Sample json
-{
-"id": "91f83cd9-a0a5-49f5-b740-78ba8f504797",
-"name": "wehkamp.nl",
-"url": "http://www.wehkamp.nl",
-"method": "GET",
-"requestHeaders": {
- "Accept": ["application/json"]
- },
-"response": "",
-"responseStatus": 200
-}
+{
+"id": "91f83cd9-a0a5-49f5-b740-78ba8f504797",
+"name": "wehkamp.nl",
+"url": "http://www.wehkamp.nl",
+"method": "GET",
+"requestHeaders": {
+ "Accept": ["application/json"]
+ },
+"response": "",
+"responseStatus": 200
+}
- url can be java regex expression