Skip to content

Commit

Permalink
Badge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 5, 2024
1 parent 96d1a90 commit e5c0f56
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<p align="center">
<img src='https://raw.githubusercontent.com/fsprojects/FsHttp/master/docs/img/logo_big.png' alt='logo' width='300' />
</p>
Expand All @@ -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
----------------

Expand Down Expand Up @@ -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
-------------
Expand All @@ -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**

Expand Down

0 comments on commit e5c0f56

Please sign in to comment.