From 48d60aa68c02030433058aa330f9d8cdeecc3e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Wo=C5=BAniak?= Date: Thu, 30 Dec 2021 09:59:26 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 717bc10..89139f1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Mock4Net allows to get an HTTP server in a glance. No official release yet but a ``` PM> Install-Package Mock4Net.Core -Version 1.0.0-beta1 -Pre ``` -A fluent API allows to specify the behavior of the server and hence easily stub and mock webservices and REST ressources. +A fluent API allows to specify the behavior of the server and hence easily stub and mock webservices and REST resources. ```csharp server = FluentMockServer.Start(); server