diff --git a/README.md b/README.md index e3ab3378..1ea8661b 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ npm i express-openapi-validator ``` -### Upgrading from v2.x.x +#### Upgrading from v2.x.x -In version 2.x.x, use the `install` method executed synchronously. To get similar behavior in v3, use `installSync` method instead. See the [synchronous](#synchronous) setion for details +In version 2.x.x, use the `install` method executed synchronously. To get similar behavior in v3, use the `installSync` method instead. See the [synchronous](#synchronous) setion for details. ## Usage