Skip to content

Commit 89e002c

Browse files
committed
docs: tweak README
1 parent 71312ef commit 89e002c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import { hello } from 'npm:@hono/hello'
2626

2727
## How to contribute
2828

29-
Anyone can propose third-party Middleware. The Hono maintainers and other contributors will discuss whether we accept the middleware or not. If it's OK, it will be maintained in this repository. The proposer will be the maintainer for the middleware and maintain it.
29+
Anyone can propose third-party Middleware. The Hono maintainers and other contributors will discuss whether we accept the middleware or not. If it's OK, it will be maintained in this repository. The proposer will be the _author_ for the middleware and maintain it.
3030

31-
The middleware maintainer should respond to issues and review PRs related to the middleware as much as possible. The Hono maintainers sometimes will mention the middleware maintainer using an `@` like `@yusukebe Can you take a look?`.
31+
The middleware author should respond to issues and review PRs related to the middleware as much as possible. The Hono maintainers sometimes will mention the middleware author using an `@` like `@yusukebe Can you take a look?`.
3232

3333
The specific flow is as follows
3434

@@ -48,5 +48,5 @@ The Hono maintainers will merge it to release the package at the appropriate tim
4848

4949
## Author & License
5050

51-
The Author of this repository is Yusuke Wada <<https://github.com/yusukebe>>. However, the code under the `packages/*` is in each Middleware author.
51+
The Author of this repository is Yusuke Wada <<https://github.com/yusukebe>>. However, the code under the `packages/*` is in each middleware author.
5252
Basically, distributed under the MIT license.

0 commit comments

Comments
 (0)