Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
- fix text about Node.js server
  • Loading branch information
krutoo committed Apr 5, 2024
1 parent 4d1e275 commit 965db21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ Bun.serve({

### In Node.js (`node:http` or `express`)

Currently there is no builtin server implementation based on fetch API.
Currently there is no builtin server implementation based on Fetch API in Node.js.

Is it possible to use adapter for `node:http` or `express` from [@whatwg-node/server](https://www.npmjs.com/package/@whatwg-node/server).
It is possible to use _adapter_ for `node:http` or `express` from [@whatwg-node/server](https://www.npmjs.com/package/@whatwg-node/server).

```ts
import { router } from '@krutoo/fetch-tools';
Expand Down

0 comments on commit 965db21

Please sign in to comment.