From 4e7a847709fdfed1496895dbcf8c5b6c20793956 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Mon, 15 Dec 2025 14:30:53 +0530 Subject: [PATCH 1/3] Updated the structure of the readme --- README.md | 66 ++++++++++++++++++++--------------- release/app/package-lock.json | 2 -- 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 6f2afb41..91a5ded2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Docs - Download - Getting Started - Support community - Bug report

-

Debug your network request across all platforms and browsers using a single app

+

Debug your network requests across all platforms and browsers using a single app

This repo contains the core logic and source code for the Requestly Desktop App. Download for your platform from here.

@@ -42,53 +42,61 @@ This repo contains the core logic and source code for the =8" } @@ -1714,7 +1713,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "license": "MIT", "engines": { "node": ">=8" } From 3c9f537411054710316c556c64966bf7a2164f9e Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Mon, 15 Dec 2025 14:36:16 +0530 Subject: [PATCH 2/3] Revert the removing of license --- release/app/package-lock.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/app/package-lock.json b/release/app/package-lock.json index e9e3d004..955b3d1c 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -986,6 +986,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } @@ -1713,6 +1714,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } From e34c638503d9a2e767e2f638c2551fe357442d05 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Mon, 15 Dec 2025 14:42:24 +0530 Subject: [PATCH 3/3] updated the command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a5ded2..6f4f2e1a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ If you are running requestly-proxy, follow these steps: sh ./watch.sh ``` - > After every change to **requestly-proxy**, press `cmd + r` on the background window for changes to apply + > After every change to **requestly-proxy**, press macOS `cmd + r` and for Windows and Linux use `Ctrl+R` on the background window for changes to apply ### Packaging