Skip to content

Commit 52834db

Browse files
authored
Update gc-installation.md
1 parent fe76c73 commit 52834db

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/gc-installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ npm install express-openapi-validator
2323
yarn add express-openapi-validator
2424
```
2525

26+
## OpenAPI 3.1 (support) alpha
27+
28+
_Replace x with the latest alpha version_
29+
30+
```shell
31+
npm install express-openapi-validator@6.0.0-alpha.<X>
32+
```
33+
2634
## Upgrading from 3.x
2735

2836
!!! note
2937

3038

31-
In v4.x.x, the validator is installed as standard connect middleware using `app.use(...) and/or router.use(...)` ([example](https://github.com/cdimascio/express-openapi-validator/blob/v4/README.md#Example-Express-API-Server)). This differs from the v3.x.x the installation which required the `install` method(s). The `install` methods no longer exist in v4.
39+
In v4.x.x, the validator is installed as standard connect middleware using `app.use(...) and/or router.use(...)` ([example](https://github.com/cdimascio/express-openapi-validator/blob/v4/README.md#Example-Express-API-Server)). This differs from the v3.x.x the installation which required the `install` method(s). The `install` methods no longer exist in v4.

0 commit comments

Comments
 (0)