From fc9b914186a8067a2dec6474be50d29af86a3189 Mon Sep 17 00:00:00 2001 From: Ronakkadhi Date: Fri, 29 May 2026 11:28:59 +0530 Subject: [PATCH] chore: add Requestly ecosystem banner to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the standard cross-product banner per the 2026 repo restructure. Single line, placed under the H1 title — subtle but present, helps visitors navigate between the API Client (requestly/requestly) and the HTTP Interceptor (requestly/interceptor + http-interceptor-desktop-app). Co-Authored-By: Claude Opus 4.7 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 654b089..89936ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # requestly-mock-server +> **Part of [Requestly HTTP Interceptor](https://github.com/requestly/interceptor)** · See also: [Desktop](https://github.com/requestly/http-interceptor-desktop-app) · [API Client](https://github.com/requestly/requestly) · [Docs](https://docs.requestly.com) + + This Repo contains the core express server [@requestly/mock-server](https://www.npmjs.com/package/@requestly/mock-server) package which powers Requestly's Cloud Mock Server. ## Development