Skip to content

Commit 0f1c4a4

Browse files
committed
docs: highlight fastest runnable examples in README
1 parent 474ef96 commit 0f1c4a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Supports:
77
- Hono middleware
88
- Next.js route wrapper (`@zbdpay/agent-pay/next`)
99

10+
Want to run this immediately? See [Examples (Fastest Way to Run)](#examples-fastest-way-to-run).
11+
1012
## Requirements
1113

1214
- Node.js `>=22`
@@ -83,7 +85,9 @@ export const GET = withPaymentRequired(
8385
- `ZBD_API_KEY`: required unless passed via config
8486
- `ZBD_API_BASE_URL`: optional, default `https://api.zbdpay.com`
8587

86-
## Examples
88+
## Examples (Fastest Way to Run)
89+
90+
Use this local script path first to validate your environment before integrating middleware into your app.
8791

8892
- `examples/http-server.mjs`: minimal Node HTTP server using `createPaymentMiddlewareFoundation`
8993

0 commit comments

Comments
 (0)