diff --git a/README.md b/README.md index fdffc94..5bf6d42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# flapjack 🥞 +# hyperwave 🌊 -flapjack is a server-side framework for building web applications. +hyperwave is a server-side framework for building web applications. - fast: Bun and Hono for best-in-class performance - lightweight: ~20kb payload. Demo loads in a couple seconds even while throttled to 2G. @@ -28,7 +28,7 @@ This is the endpoint serving our initial landing page: ```typescript app.get("/", ({ html }) => html( - +
{routes.map((route) => ( diff --git a/src/server.tsx b/src/server.tsx index dbd3b6c..564f03a 100644 --- a/src/server.tsx +++ b/src/server.tsx @@ -14,14 +14,14 @@ app.use("*", logger()); app.get("/", (c) => c.redirect("/dashboard")); app.get("/settings", async ({ html }) => html( - + Settings go here , ), ); app.get("/dashboard", async ({ html }) => html( - +