From 1a6734f0b97a8ecae3342f04883880e8426ddd37 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Tue, 3 Dec 2019 23:39:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d8ae6e..32807655 100644 --- a/README.md +++ b/README.md @@ -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