fix: update example proxy commands in README for clarity

This commit is contained in:
MythEclipse
2026-05-07 22:37:48 +07:00
parent 932bc192fa
commit d848b903e8
+3 -3
View File
@@ -14,13 +14,13 @@ HTTP proxy untuk Vercel Edge Runtime.
### Contoh ### Contoh
```bash ```bash
# Proxy ke httpbin.org/get # Proxy
curl -H "x-relay-target: https://httpbin.org" https://your-edge-function.vercel.app curl -H "x-relay-target: https://jsonplaceholder.typicode.com/posts/1" https://vercel-relay-alpha-umber.vercel.app/
# Proxy ke endpoint spesifik # Proxy ke endpoint spesifik
curl -H "x-relay-target: https://api.example.com" \ curl -H "x-relay-target: https://api.example.com" \
-H "x-relay-path: /v1/users" \ -H "x-relay-path: /v1/users" \
https://your-edge-function.vercel.app https://vercel-relay-alpha-umber.vercel.app/
``` ```
### HTTP Methods ### HTTP Methods