Skip to content

Commit e5c0f56

Browse files
committed
Badge fixes
1 parent 96d1a90 commit e5c0f56

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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>
@@ -15,9 +17,6 @@ The design principle behind FsHttp is to specify HTTP requests in a most conveni
1517

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

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-
2120
A Simple Example
2221
----------------
2322

@@ -73,8 +72,7 @@ Release Notes / Migrating to new versions
7372
---
7473

7574
* 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-
75+
* For different upgrade paths, please read the [Migrations docs section](https://fsprojects.github.io/FsHttp/Release_Notes.html).
7876

7977
GitHub
8078
-------------
@@ -87,7 +85,7 @@ Building
8785

8886
**.Net SDK:**
8987

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

9290
**Build Tasks**
9391

0 commit comments

Comments
 (0)