Skip to content

Commit 2366a4c

Browse files
committed
Nicer for Nuget README
1 parent 67de571 commit 2366a4c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# FsHttp [![Build & Tests](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml/badge.svg?branch=master)](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml) [![NuGet Badge](https://buildstats.info/nuget/FsHttp)](https://www.nuget.org/packages/FsHttp)
22

3-
<p align="center">
4-
<img src='https://raw.githubusercontent.com/fsprojects/FsHttp/master/docs/img/logo_big.png' alt='logo' width='300' />
5-
</p>
3+
<img align="right" width="200" alt='logo' src='https://raw.githubusercontent.com/fsprojects/FsHttp/master/docs/img/logo_big.png' />
64

7-
FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that enables expressing HTTP requests in a legible style, while still being able to dig down into the underlying Http representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**.
5+
FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that marries a legible style for the core pieces while still providing full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**.
86

97
* 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.
108
* Usable as a **production-ready HTTP client** for applications powered by .NET (C#, VB, F#).
119

1210
👍 Postman? ❤️ FsHttp! https://youtu.be/F508wQu7ET0
1311

14-
**FsHttp** is developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message.
12+
Developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message.
1513

1614
A Simple Example
1715
----------------

0 commit comments

Comments
 (0)