From 01b03ac952198c11a3fdff04a68a4d63bb9747ad Mon Sep 17 00:00:00 2001 From: SchlenkR Date: Tue, 26 Nov 2024 20:17:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9036223..664d1250 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ logo -FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that offers a legible style for the basics while still affording full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. +FsHttp is a "hackable HTTP client" that offers a legible style for the basics while still affording full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. * Use it as a replacement for `.http` files, *VSCode's REST client*, *Postman*, and other tools as an **interactive and programmable playground** for HTTP requests. * Usable as a **production-ready HTTP client** for applications powered by .NET (C#, VB, F#).