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