From 89fba117259abc37d6370f8d7f7c6e4887de32dc Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 12 May 2017 22:29:10 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 98bd5d3..3efa8f1 100644 --- a/Home.md +++ b/Home.md @@ -9,7 +9,7 @@ WireMock.Net has the ability to selectively proxy requests through to other host ## Record (via proxy) and Save WireMock.Net has the ability to create stub mappings by recording them while you send requests. This can be used to quickly capture a collection of responses from a real service then use them offline in your tests. -[Wiki : Record (via proxy) and Save](https://github.com/StefH/WireMock.Net/wiki/Record-(via-proxy)-AndSave). +[Wiki : Record (via proxy) and Save](https://github.com/StefH/WireMock.Net/wiki/Record-(via-proxy)-and-Save). ## Using WireMock.Net in UnitTest framework You can use your favorite test framework and use WireMock within your tests, see