Skip to content

Commit 742dacd

Browse files
authored
docs(readme): update plugin version syntax (#455)
1 parent 5ae6fe6 commit 742dacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

0 commit comments

Comments
 (0)