From d211c40fa1c5cb90107efdd97940d0b624ffac24 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 7 May 2026 23:45:00 +0700 Subject: [PATCH] docs: update example usage in README for clarity and formatting --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca66899..ca53c08 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,9 @@ HTTP proxy untuk Vercel Edge Runtime. ### Contoh ```bash -# Proxy curl -H "x-relay-target: https://jsonplaceholder.typicode.com/posts/1" https://proxy-bun.vercel.app/ - -# Proxy ke endpoint spesifik +``` +```bash curl -H "x-relay-target: https://api.example.com" \ -H "x-relay-path: /v1/users" \ https://proxy-bun.vercel.app/