From 23b62eede316d09b107c6d73a5e5fbbd726912a8 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sat, 18 Aug 2018 13:50:29 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9268f82..0f208ffe 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Mirage is now configured using JSON. JSON is also used as the output format for ##### 2: Wildcards are now supported in the URI. You can now specify wild cards in the URI matcher. This means that a url such as '/*/world' would match '/hello/world' :) ##### 3: Full Request Data now tracked -You can now retrieve all data associated with a request that triggers a response. Previously only the the request body/query string was tracked. +You can now retrieve all data associated with a request that triggers a response. Previously only the request body/query string was tracked. Now the full request, including HTTP headers are returned when querying '/requests/template_id' ##### 4. Parameters and body content matchers are now specified seperately