Skip to content

Commit c380576

Browse files
authored
Add some shields to the readme
1 parent 8c4fe74 commit c380576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TestableHttpClient
22

3+
![GitHub](https://img.shields.io/github/license/dnperfors/TestableHttpClient) ![Nuget](https://img.shields.io/nuget/v/TestableHttpClient) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dnperfors/TestableHttpClient/.NET%20Core)
4+
35
Using HttpClient in code that is unit tested is seen as rather difficult, this library aims to make it easier to assert the calls that are made via an HttpClient.
46

57
## How to install

0 commit comments

Comments
 (0)