Skip to content

Commit 6b3ef28

Browse files
authored
Fix badge URLs in README.md with https
1 parent 7bfe13f commit 6b3ef28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Other extensions include:
1616

1717
### Releases
1818

19-
* Latest NuGet Release [![NuGet Version](http://img.shields.io/nuget/v/Carter.svg?style=flat)](https://www.nuget.org/packages/carter)
20-
* Latest NuGet Pre-Release [![NuGet Version](http://img.shields.io/nuget/vpre/Carter.svg?style=flat)](https://www.nuget.org/packages/carter)
19+
* Latest NuGet Release [![NuGet Version](https://img.shields.io/nuget/v/Carter.svg?style=flat)](https://www.nuget.org/packages/carter)
20+
* Latest NuGet Pre-Release [![NuGet Version](https://img.shields.io/nuget/vpre/Carter.svg?style=flat)](https://www.nuget.org/packages/carter)
2121
* Lateset CI Release [![feedz.io](https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Fcarter%2Fcarter%2Fshield%2FCarter%2Flatest)](https://f.feedz.io/carter/carter/packages/Carter/latest/download)
2222
* Build Status [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FCarterCommunity%2FCarter%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/CarterCommunity/Carter/goto?ref=main)
2323

@@ -176,4 +176,4 @@ Carter will use a response negotiator based on `System.Text.Json`, though it pro
176176

177177
```
178178

179-
If you wish to use `Newtonsoft.Json` Carter already ships a response negotiator in the package `Carter.ResponseNegotiators.Newtonsoft`. Once installed, it will automatically pick it up with no registration needed.
179+
If you wish to use `Newtonsoft.Json` Carter already ships a response negotiator in the package `Carter.ResponseNegotiators.Newtonsoft`. Once installed, it will automatically pick it up with no registration needed.

0 commit comments

Comments
 (0)