diff options
Diffstat (limited to 'examples/hono/readme.md')
-rw-r--r-- | examples/hono/readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hono/readme.md b/examples/hono/readme.md index 992ca277e..20b15e3ea 100644 --- a/examples/hono/readme.md +++ b/examples/hono/readme.md @@ -9,9 +9,13 @@ bun create hono ./NAME_HERE ``` ### Development + ``` bun run start ``` Open http://localhost:3000 with your browser to see the result. +### For more information + +See <https://honojs.dev/>
\ No newline at end of file |