Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbl428 committed Jun 25, 2023
1 parent 5a6f8f0 commit 03d3579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila

## Requirements

- Node.js 18 or later (because this library uses `fetch` internally)
- Node.js
- 18 or later if `HttpClient` is not specified (default: `fetch`)
- if custom `HttpClient` is provided, you can use lower version of Node.js
- Nest.js 8 or later

## Installation
Expand Down

0 comments on commit 03d3579

Please sign in to comment.