Skip to content

Commit

Permalink
docs(readme): standardize compatibility table style
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs authored Nov 2, 2024
1 parent 33bd266 commit 8975710
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ npm i @fastify/cors
### Compatibility

| Plugin version | Fastify version |
| -------------- |---------------- |
| `^10.0.0` | `^5.0.0` |
| `^8.0.0` | `^4.0.0` |
| `^7.0.0` | `^3.0.0` |
| `^3.0.0` | `^2.0.0` |
| `^1.0.0` | `^1.0.0` |
| ---------------|-----------------|
| `^10.x` | `^5.x` |
| `^8.x` | `^4.x` |
| `^7.x` | `^3.x` |
| `^3.x` | `^2.x` |
| `^1.x` | `^1.x` |


Please note that if a Fastify version is out of support, then so are the corresponding version(s) of this plugin
Expand Down

0 comments on commit 8975710

Please sign in to comment.