aboutsummaryrefslogtreecommitdiff
path: root/examples/hono/readme.md
diff options
context:
space:
mode:
authorGravatar Yusuke Wada <yusuke@kamawada.com> 2022-07-25 05:51:41 +0900
committerGravatar GitHub <noreply@github.com> 2022-07-24 22:51:41 +0200
commit78963610848c88106d31d91def27f27d2560ea0c (patch)
tree703a70deb76daf27f5792385298609e8622e2901 /examples/hono/readme.md
parentbdf6b3e31211d55532c5f5c01cea228b1d6133ef (diff)
downloadbun-78963610848c88106d31d91def27f27d2560ea0c.tar.gz
bun-78963610848c88106d31d91def27f27d2560ea0c.tar.zst
bun-78963610848c88106d31d91def27f27d2560ea0c.zip
chores(examples/hono): Refine Hono example (#773)
* fixed path * add favicon * Correct version: `^2.0.0` * remove wiptest command
Diffstat (limited to 'examples/hono/readme.md')
-rw-r--r--examples/hono/readme.md4
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