From 96fa40d4b3fe41471ff0e0a05732820681faea70 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 10 Jun 2015 10:32:15 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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