From 0708874079c3ca1e2ea763304e813051acb0972e Mon Sep 17 00:00:00 2001 From: Recoup Agent Date: Fri, 6 Mar 2026 13:24:20 +0000 Subject: [PATCH] Add console.log to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 623b583f..de448dd6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # x402-next Example App +```js +console.log("Hello from the Recoup API 🎵"); +``` + This is a Next.js application that demonstrates how to use the `x402-next` middleware to implement paywall functionality in your Next.js routes. ## Prerequisites