Skip to content

Commit

Permalink
docs(readme): tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Mar 25, 2024
1 parent 3fc502a commit 9fd3de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ type Http2Bindings = {
## Direct response from Node.js API
You can directly respond to the client from the Node.js API.
In that case, the response from Hono should be ignored, so return RESPONSE_ALREADY_SENT.
In that case, the response from Hono should be ignored, so return `RESPONSE_ALREADY_SENT`.
> [!NOTE]
> This feature can be used when migrating existing Node.js applications to Hono, but we recommend using Hono's API for new applications.
Expand Down

0 comments on commit 9fd3de9

Please sign in to comment.