Skip to content

Commit

Permalink
docs(readme): Ignore the sample code for Node.js
Browse files Browse the repository at this point in the history
Because the `@hono/node-server` is not used on this project.
  • Loading branch information
5ouma committed Oct 24, 2024
1 parent 63b620b commit 4bbdf53
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 @@ -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);
Expand Down

0 comments on commit 4bbdf53

Please sign in to comment.