Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Dec 4, 2019
1 parent 7f46491 commit 1a6734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ npm i express-openapi-validator

#### Upgrading from v2.x.x

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.
In version 2.x.x, the `install` method was executed synchronously, in 3.x it's executed asynchronously. To get v2 behavior in v3, use the `installSync` method. See the [synchronous](#synchronous) section for details.


## Usage
Expand Down

0 comments on commit 1a6734f

Please sign in to comment.