Skip to content

Commit a7003b3

Browse files
authored
docs(readme): update plugin version syntax (#217)
1 parent 56f3ca8 commit a7003b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ npm i @fastify/request-context
2323
### Compatibility
2424
| Plugin version | Fastify version |
2525
| ---------------|-----------------|
26-
| `^6.x` | `^5.x` |
27-
| `^4.x` | `^4.x` |
28-
| `^2.x` | `^3.x` |
26+
| `>=6.x` | `^5.x` |
27+
| `>=4.x <6.x` | `^4.x` |
28+
| `>=2.x <4.x` | `^3.x` |
2929
| `^1.x` | `^2.x` |
3030
| `^1.x` | `^1.x` |
3131

0 commit comments

Comments
 (0)