diff --git a/Request-Matching.md b/Request-Matching.md index 2d607ca..84f7dd3 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -164,10 +164,10 @@ server ``` // matching -{ "x": 1, "s": "s" } +{ "x": 42, "s": "s" } // not matching -{ "x": 2, "s": "x" } +{ "x": 42, "s": "x" } ```