Skip to content

Commit 5eb44b7

Browse files
authored
Merge pull request #188 from bartelink/tidy-readme
Tidy readme
2 parents a8d5269 + 42c3287 commit 5eb44b7

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1+
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)
2+
13
<p align="center">
24
<img src='https://raw.githubusercontent.com/fsprojects/FsHttp/master/docs/img/logo_big.png' alt='logo' width='300' />
35
</p>
46

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

79
* 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.
810
* Usable as a **production-ready HTTP client** for applications powered by .Net (C#, VB, F#).
911

10-
👍Postman? ❤️ FsHttp!
11-
12-
https://youtu.be/F508wQu7ET0
13-
14-
The design principle behind FsHttp is to specify HTTP requests in a most convenient and readable way, while still being able to access the underlying Http representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**.
12+
👍Postman? ❤️ FsHttp! https://youtu.be/F508wQu7ET0
1513

1614
**FsHttp** is developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message.
1715

18-
[![NuGet Badge](http://img.shields.io/nuget/v/FsHttp.svg?style=flat)](https://www.nuget.org/packages/FsHttp) ![build status](https://github.com/fsprojects/FsHttp/actions/workflows/push-master_pull-request.yml/badge.svg?event=push)
19-
20-
2116
A Simple Example
2217
----------------
2318

@@ -73,8 +68,7 @@ Release Notes / Migrating to new versions
7368
---
7469

7570
* See https://www.nuget.org/packages/FsHttp#release-body-tab
76-
* For different upgrade paths, please read the [Migrations section](https://schlenkr.github.io/FsHttp/Migrations.html) in the docu.
77-
71+
* For different upgrade paths, please read the [Migrations docs section](https://fsprojects.github.io/FsHttp/Release_Notes.html).
7872

7973
GitHub
8074
-------------
@@ -87,7 +81,7 @@ Building
8781

8882
**.Net SDK:**
8983

90-
You need to have the latest .Net SDK installed, which is specified in `./global.json`.
84+
You need to have a recent .NET SDK installed, which is specified in `./global.json`.
9185

9286
**Build Tasks**
9387

0 commit comments

Comments
 (0)