Skip to content

Commit 71312ef

Browse files
authored
docs: update README (#910)
1 parent 25e4c1e commit 71312ef

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hono has three types of middleware.
1414
Third-party middleware is maintained in this `github.com/honojs/middleware` repository and published to npm in the `@hono` namespace. For example, a third-party middleware called hello is hosted at `github.com/honojs/middleware/packages/hello` and distributed under the name `@hono/hello`.
1515
You can install it with the following command.
1616

17-
```
17+
```plain
1818
npm install @hono/hello
1919
```
2020

@@ -26,10 +26,9 @@ import { hello } from 'npm:@hono/hello'
2626

2727
## How to contribute
2828

29-
Anyone can propose third-party Middleware.
30-
The Hono maintainers and other contributors will discuss whether we accept the middleware or not.
31-
If it's OK, it will be maintained in this repository.
32-
The proposer maintains 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 maintainer for the middleware and maintain it.
30+
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?`.
3332

3433
The specific flow is as follows
3534

@@ -40,7 +39,7 @@ The specific flow is as follows
4039
We use [changesets](https://github.com/changesets/changesets) to manage releases and CHANGELOG.
4140
Run the following command at the top level to describe any changes.
4241

43-
```
42+
```plain
4443
yarn changeset
4544
```
4645

0 commit comments

Comments
 (0)