Skip to content

Commit bf2ea29

Browse files
authored
docs(readme): update plugin version syntax (#167)
1 parent 86ea8d7 commit bf2ea29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ npm i @fastify/caching
2929
### Compatibility
3030
| Plugin version | Fastify version |
3131
| ---------------|-----------------|
32-
| `^9.x` | `^5.x` |
32+
| `>=9.x` | `^5.x` |
3333
| `^8.x` | `^4.x` |
34-
| `^6.x` | `^3.x` |
35-
| `^4.x` | `^2.x` |
36-
| `^1.x` | `^1.x` |
34+
| `>=6.x <8.x` | `^3.x` |
35+
| `>=4.x <6.x` | `^2.x` |
36+
| `>=1.x <4.x` | `^1.x` |
3737

3838

3939
Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin

0 commit comments

Comments
 (0)