Skip to content

Commit 6d385b1

Browse files
authored
docs(readme): update plugin version syntax (#254)
1 parent d3197aa commit 6d385b1

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,9 +15,9 @@ npm i @fastify/auth
1515
### Compatibility
1616
| Plugin version | Fastify version |
1717
| ---------------|-----------------|
18-
| `^5.x` | `^5.x` |
19-
| `^3.x` | `^4.x` |
20-
| `^1.x` | `^3.x` |
18+
| `>=5.x` | `^5.x` |
19+
| `>=3.x <5.x` | `^4.x` |
20+
| `>=1.x <3.x` | `^3.x` |
2121
| `^0.x` | `^2.x` |
2222
| `^0.x` | `^1.x` |
2323

0 commit comments

Comments
 (0)