Skip to content

Commit 03d3579

Browse files
committed
docs: update README.md
1 parent 5a6f8f0 commit 03d3579

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
2222

2323
## Requirements
2424

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

2830
## Installation

0 commit comments

Comments
 (0)