We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f3ca8 commit a7003b3Copy full SHA for a7003b3
1 file changed
README.md
@@ -23,9 +23,9 @@ npm i @fastify/request-context
23
### Compatibility
24
| Plugin version | Fastify version |
25
| ---------------|-----------------|
26
-| `^6.x` | `^5.x` |
27
-| `^4.x` | `^4.x` |
28
-| `^2.x` | `^3.x` |
+| `>=6.x` | `^5.x` |
+| `>=4.x <6.x` | `^4.x` |
+| `>=2.x <4.x` | `^3.x` |
29
| `^1.x` | `^2.x` |
30
| `^1.x` | `^1.x` |
31
0 commit comments