Skip to content

Commit 500ce3d

Browse files
SwevoCopilot
andcommitted
docs: add missing README badges (license, and fix corrupted NuGet badge markup)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f9548d commit 500ce3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Swevo.HttpClient.TestKit
22

3-
[![NuGet](https://img.shields.io/nuget/v/Swevo.HttpClient.TestKit
4-
[![NuGet Downloads](https://img.shields.io/nuget/dt/Swevo.HttpClient.TestKit.svg)](https://www.nuget.org/packages/Swevo.HttpClient.TestKit).svg)](https://www.nuget.org/packages/Swevo.HttpClient.TestKit)
3+
[![NuGet](https://img.shields.io/nuget/v/Swevo.HttpClient.TestKit.svg)](https://www.nuget.org/packages/Swevo.HttpClient.TestKit)
4+
[![NuGet Downloads](https://img.shields.io/nuget/dt/Swevo.HttpClient.TestKit.svg)](https://www.nuget.org/packages/Swevo.HttpClient.TestKit)
55
[![CI](https://github.com/Swevo/HttpClient.TestKit/actions/workflows/build.yml/badge.svg)](https://github.com/Swevo/HttpClient.TestKit/actions)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
67

78
Unit-test `HttpClient` calls without mocking frameworks. Fluent setup, JSON responses, request recording, and built-in verification. Zero dependencies.
89

0 commit comments

Comments
 (0)