From 04796749203903c2581ae0ea65ce2761345d1730 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 1 Dec 2019 23:30:40 -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 a147707b..1ea8661b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ 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 the `installSync` method instead. See the [synchronous](#synchronous) setion for details.