We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f5e89 commit b1daa4cCopy full SHA for b1daa4c
README.md
@@ -335,7 +335,7 @@ import { createAdaptorServer } from '@hono/node-server'
335
336
// ...
337
338
-const socketPath ='/tmp/example.sock'
+const socketPath = '/tmp/example.sock'
339
340
const server = createAdaptorServer(app)
341
server.listen(socketPath, () => {
@@ -348,9 +348,10 @@ server.listen(socketPath, () => {
348
- Hono - <https://hono.dev>
349
- Hono GitHub repository - <https://github.com/honojs/hono>
350
351
-## Author
+## Authors
352
353
-Yusuke Wada <https://github.com/yusukebe>
+- Yusuke Wada <https://github.com/yusukebe>
354
+- Taku Amano <https://github.com/usualoma>
355
356
## License
357
0 commit comments