Skip to content

Commit 8f61264

Browse files
authored
docs(readme): update plugin version syntax (#862)
1 parent e2b33a1 commit 8f61264

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ npm i @fastify/swagger
2626

2727
| Plugin version | Fastify version |
2828
| -------------- | --------------- |
29-
| `^9.x` | `^5.x` |
30-
| `^8.x` | `^4.x` |
31-
| `^7.x` | `^4.x` |
29+
| `>=9.x` | `^5.x` |
30+
| `>=7.x <9.x` | `^4.x` |
3231
| `^6.x` | `^3.x` |
33-
| `^3.x` | `^2.x` |
34-
| `^1.x` | `^1.x` |
32+
| `>=3.x <6.x` | `^2.x` |
33+
| `>=1.x <3.x` | `^1.x` |
3534

3635

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