From 14a3591e3fdb50e1521d11c24042f030df86013b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 7 May 2017 09:46:30 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 174c583..ae99e3f 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,7 @@ # Welcome to the WireMock.Net wiki -## Stubbing -A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing). +## Stubbing & Request Matching +A core feature of WireMock is the ability to return canned HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing-and-Request-Matching). ## Using WireMock in UnitTest framework You can use your favorite test framework and use WireMock within your tests, see