From 90bca402cfe7725d08e261e1de7be1929689c74e Mon Sep 17 00:00:00 2001 From: Joe Ferner Date: Sat, 25 Nov 2023 13:09:19 -0500 Subject: [PATCH] Update README.md - fix unit test badge link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 64af11d..677fef4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@ HTTP Man In The Middle (MITM) Proxy written in node.js. Supports capturing and modifying the request and response data. [![NPM version](http://img.shields.io/npm/v/http-mitm-proxy.svg)](https://www.npmjs.com/package/http-mitm-proxy) -[![](https://david-dm.org/joeferner/node-http-mitm-proxy.svg)](https://david-dm.org/joeferner/node-http-mitm-proxy) [![Downloads](https://img.shields.io/npm/dm/http-mitm-proxy.svg)](https://www.npmjs.com/package/http-mitm-proxy) -![Test Status](https://github.com/joeferner/node-http-mitm-proxy/workflows/Tests/badge.svg) +[![Test Status](https://github.com/joeferner/node-http-mitm-proxy/workflows/Tests/badge.svg)](https://github.com/joeferner/node-http-mitm-proxy/actions) # Install