File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ import { createAdaptorServer } from '@hono/node-server'
335335
336336// ...
337337
338- const socketPath = ' /tmp/example.sock'
338+ const socketPath = ' /tmp/example.sock'
339339
340340const server = createAdaptorServer (app )
341341server .listen (socketPath , () => {
@@ -348,9 +348,10 @@ server.listen(socketPath, () => {
348348- Hono - < https://hono.dev >
349349- Hono GitHub repository - < https://github.com/honojs/hono >
350350
351- ## Author
351+ ## Authors
352352
353- Yusuke Wada < https://github.com/yusukebe >
353+ - Yusuke Wada < https://github.com/yusukebe >
354+ - Taku Amano < https://github.com/usualoma >
354355
355356## License
356357
You can’t perform that action at this time.
0 commit comments