docs: update example usage in README for clarity and formatting

This commit is contained in:
MythEclipse
2026-05-07 23:45:00 +07:00
parent ef436182fc
commit d211c40fa1
+2 -3
View File
@@ -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/