diff --git a/Request-Matching.md b/Request-Matching.md index c1fa3dc..5100264 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -220,7 +220,7 @@ server .Given(Request .Create() .WithPath("/jsonmatcher2") - .WithBody(new JsonMatcher({ x = 42, s = "s" })) + .WithBody(new JsonMatcher(new { x = 42, s = "s" })) .UsingPost()) .WithGuid("debaf408-3b23-4c04-9d18-ef1c020e79f2") .RespondWith(Response.Create().WithBody(@"{ ""result"": ""jsonbodytest2"" }"));