From 89e002cfef71effbb9c6bdbace9884fb4242beca Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 26 Dec 2024 15:10:00 +0900 Subject: [PATCH] docs: tweak README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 088566ef..102c48af 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ import { hello } from 'npm:@hono/hello' ## How to contribute -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. +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. -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?`. +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?`. The specific flow is as follows @@ -48,5 +48,5 @@ The Hono maintainers will merge it to release the package at the appropriate tim ## Author & License -The Author of this repository is Yusuke Wada <>. However, the code under the `packages/*` is in each Middleware author. +The Author of this repository is Yusuke Wada <>. However, the code under the `packages/*` is in each middleware author. Basically, distributed under the MIT license.