From d848b903e8d6c05ce35543cb0517343de151d3ca Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 22:37:48 +0700 Subject: [PATCH] fix: update example proxy commands in README for clarity --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8deed85..7451a68 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ HTTP proxy untuk Vercel Edge Runtime. ### Contoh ```bash -# Proxy ke httpbin.org/get -curl -H "x-relay-target: https://httpbin.org" https://your-edge-function.vercel.app +# Proxy +curl -H "x-relay-target: https://jsonplaceholder.typicode.com/posts/1" https://vercel-relay-alpha-umber.vercel.app/ # Proxy ke endpoint spesifik curl -H "x-relay-target: https://api.example.com" \ -H "x-relay-path: /v1/users" \ - https://your-edge-function.vercel.app + https://vercel-relay-alpha-umber.vercel.app/ ``` ### HTTP Methods