Skip to content

Commit 2d9f08f

Browse files
authoredDec 25, 2024··
Update README.md
1 parent 4a93413 commit 2d9f08f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Add the most common Express middlewares to your Nest app with one line.
44

55
## System Requirements
66
This packages requires the following:
7-
- Node.JS 12.0.0 or later
8-
- @nestjs/core and @nestjs/common 9.0.0 or later
7+
- Node.JS 18.0.0 or later
8+
- @nestjs/core and @nestjs/common 10.0.0 or later
99

1010
## Adding Middlewares
11-
Please do not open issues asking to support a middleware – I've tried to make this project really easy to implement and extend. See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to create a new middleware, and I'll merge and release it if it meets the contributing guidelines. Thank you for your contribution.
11+
If you want to see a middleware added, I welcome contributions (or you can hire me). I've tried to make this project really easy to extend and hope we can build a resource for the Nest community together. See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to create a new middleware. I'll merge and release it if it meets the contributing guidelines. Thank you for your contribution.
1212

1313
## Usage
1414
Take the name of your favorite Express middleware and prefix it with `@nest-middlewares/`.

0 commit comments

Comments
 (0)
Please sign in to comment.