From 14d7a817031fcbd49fa522b8a622de71d05e3031 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 19 Dec 2020 21:48:35 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d31adc..de9e82a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Requester -[![Build Status](https://github.com/go-pkgz/repeater/workflows/build/badge.svg)](https://github.com/go-pkgz/requester/actions) [![Coverage Status](https://coveralls.io/repos/github/go-pkgz/requester/badge.svg?branch=master)](https://coveralls.io/github/go-pkgz/requester?branch=master) +[![Build Status](https://github.com/go-pkgz/repeater/workflows/build/badge.svg)](https://github.com/go-pkgz/requester/actions) [![Coverage Status](https://coveralls.io/repos/github/go-pkgz/requester/badge.svg?branch=main)](https://coveralls.io/github/go-pkgz/requester?branch=main) The package provides a very thin wrapper (no external dependencies) for `http.Client`, allowing to use of layers (middlewares) on `http.RoundTripper` level.