From 24009843297dbe255af29dd378f3c6fa392267a6 Mon Sep 17 00:00:00 2001 From: Fasterino <69765326+Fasterino@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:58:49 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5787775..facca6e 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ type DynamicProxyInfo = { /** * Remove path from request path * - * **Example:** ({"test.com": "/api/": {"domain": "localhost"}}) + * **Example:** ({"test.com": {"/api/": {"domain": "localhost"}}) * * *true* - Get **http://test.com/api/test** => Get **http:/localhost/test** * * *false* - Get **http://test.com/api/test** => Get **http:/localhost/api/test** *