diff --git a/README.md b/README.md index 5851857e..6e61c061 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ app.get('/', (c) => c.text('Hono!')) export default app ``` +## Quick Start + +``` +npm create hono@latest my-app +``` + ## Features - **Ultrafast** - The routers are really fast and smart. Not using linear loops. Fast. diff --git a/deno_dist/README.md b/deno_dist/README.md index 5851857e..6e61c061 100644 --- a/deno_dist/README.md +++ b/deno_dist/README.md @@ -38,6 +38,12 @@ app.get('/', (c) => c.text('Hono!')) export default app ``` +## Quick Start + +``` +npm create hono@latest my-app +``` + ## Features - **Ultrafast** - The routers are really fast and smart. Not using linear loops. Fast.