diff --git a/README.md b/README.md index c145afe4..ee5a3a7d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +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) +

logo

@@ -15,9 +17,6 @@ The design principle behind FsHttp is to specify HTTP requests in a most conveni **FsHttp** is developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message. -[![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) - - A Simple Example ---------------- @@ -73,8 +72,7 @@ Release Notes / Migrating to new versions --- * See https://www.nuget.org/packages/FsHttp#release-body-tab -* For different upgrade paths, please read the [Migrations section](https://schlenkr.github.io/FsHttp/Migrations.html) in the docu. - +* For different upgrade paths, please read the [Migrations docs section](https://fsprojects.github.io/FsHttp/Release_Notes.html). GitHub ------------- @@ -87,7 +85,7 @@ Building **.Net SDK:** -You need to have the latest .Net SDK installed, which is specified in `./global.json`. +You need to have a recent .NET SDK installed, which is specified in `./global.json`. **Build Tasks**