From 2bac30b4429293e3f85b9d885f0be2ceaf02abd3 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 5 Feb 2017 10:31:23 +0100 Subject: [PATCH] readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a9953bc..8d44b272 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,8 @@ A C# .NET version based on https://github.com/alexvictoor/WireMock which mimics [![NuGet Badge](https://buildstats.info/nuget/WireMock.Net)](https://www.nuget.org/packages/WireMock.Net) -Based on class HttpListener from the .net framework, it is very lightweight and have no external dependencies. - ## 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). - +A core feature of WireMock.Net is the ability to return canned/predefined HTTP responses for requests matching criteria, see [Wiki : Stubbing](https://github.com/StefH/WireMock.Net/wiki/Stubbing). ## Using WireMock in UnitTest framework You can use your favorite test framework and use WireMock within your tests, see