From 90bca402cfe7725d08e261e1de7be1929689c74e Mon Sep 17 00:00:00 2001 From: Joe Ferner <joe@fernsroth.com> 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. [](https://www.npmjs.com/package/http-mitm-proxy) -[](https://david-dm.org/joeferner/node-http-mitm-proxy) [](https://www.npmjs.com/package/http-mitm-proxy) - +[](https://github.com/joeferner/node-http-mitm-proxy/actions) # Install