From fb036c60851dbf787dcd093ae34ca03d14e7144c Mon Sep 17 00:00:00 2001 From: Fasterino <69765326+Fasterino@users.noreply.github.com> Date: Fri, 28 Feb 2025 04:01:37 +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 facca6e..e2d77a0 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** *