Skip to content

Commit b1daa4c

Browse files
authored
docs(readme): add @usualoma as an author (#300)
1 parent 26f5e89 commit b1daa4c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

340340
const server = createAdaptorServer(app)
341341
server.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

0 commit comments

Comments
 (0)