From b70a1bf38706e5841672140364a2d59a22c84308 Mon Sep 17 00:00:00 2001 From: Behnam Yousefi Date: Mon, 9 May 2022 14:24:29 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a33f96..15f551f 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,10 @@ mockServer.Config.Request("PATCH", "/api/v2.3/products/3234", headers) - Don't forget to use `using` when instantiate `HttpServer`, otherwise server may not be disposed. For more details please check Test project. + +### Acknowledgements +[JetBrains](https://www.jetbrains.com/?from=rest-mock-core) kindly provides this project with a free open-source licence for their Resharper and Rider. +- **Resharper** makes Visual Studio a much better IDE +- **Rider** is fast & powerful cross platform .NET IDE + +![image](https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/JetBrains_Logo_2016.svg/121px-JetBrains_Logo_2016.svg.png)