From 54cf0438232aef82bd2ebdac5364e47abe9c6e34 Mon Sep 17 00:00:00 2001 From: Loi Nguyen Date: Fri, 31 Jul 2026 20:21:12 +0700 Subject: [PATCH] List the h3 example Make the existing h3 integration example discoverable from the examples index. Assisted-by: Codex:gpt-5.6 --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 1927e26ec..20601b469 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,6 +14,8 @@ added in the future.[^1] - [Fedi badge] - [Ghost's ActivityPub server] - [Hollo: a federated single-user microblogging software] + - [H3 integration example](./h3/), which demonstrates serving a Fedify + federation through an H3 application - [Hono integration sample](./hono-sample/) - [Fastify integration example](./fastify/) - [Fedify–Express integration example](./express/)