From 4bbdf537e33a8f5767d5fd3452d826bf8526a559 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:43:24 +0900 Subject: [PATCH] docs(readme): Ignore the sample code for Node.js Because the `@hono/node-server` is not used on this project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa7309..35c31d5 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ tags. To do this, simply add the ref name to the sub-directory. (i.e. 1. Add this code to the `index.js` - ```js + ```js ignore import { serve } from "@hono/node-server"; import app from "@5ouma/reproxy"; serve(app);