From 060259221d39017d0e6f8e57f5774f3debea4b73 Mon Sep 17 00:00:00 2001 From: DKP <8297864+D-K-P@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:33:55 +0000 Subject: [PATCH] Update README with image Added an image to the README --- trigger-nextjs-hello-world/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trigger-nextjs-hello-world/README.md b/trigger-nextjs-hello-world/README.md index d2e14c1..348fa51 100644 --- a/trigger-nextjs-hello-world/README.md +++ b/trigger-nextjs-hello-world/README.md @@ -6,6 +6,8 @@ A minimal Next.js app that triggers a background task from an API route. Click a The whole thing is ~20 lines of task code in `trigger/hello-world.ts`. +trigger-hello-world + ## How it works 1. The frontend calls `POST /api/hello`