Skip to content

Commit 3e52ad4

Browse files
authored
docs(readme): update plugin version syntax (#221)
1 parent 713d501 commit 3e52ad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ npm i @fastify/redis
1515
### Compatibility
1616
| Plugin version | Fastify version |
1717
| ---------------|-----------------|
18-
| `^7.x` | `^5.x` |
18+
| `>=7.x` | `^5.x` |
1919
| `^6.x` | `^4.x` |
20-
| `^4.x` | `^3.x` |
20+
| `>=4.x <6.x` | `^3.x` |
2121
| `^3.x` | `^2.x` |
22-
| `^1.x` | `^1.x` |
22+
| `>=1.x <3.x` | `^1.x` |
2323

2424

2525
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)