From 8a71f17314bab6261c29d0c1be3c05fdc409baea Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 10 Aug 2023 08:03:00 +0200 Subject: [PATCH] Updated Request Matching (markdown) --- Request-Matching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Request-Matching.md b/Request-Matching.md index c6e07c1..c6e202a 100644 --- a/Request-Matching.md +++ b/Request-Matching.md @@ -18,7 +18,7 @@ Most matchers have 2 extra properties: ## Example Matchings ### Path -### C# example +#### C# example ``` c# server .Given(Request @@ -44,7 +44,7 @@ server ```` ### Url -### C# example +#### C# example ``` c# server .Given(Request