From 5564affd7d63aee683e6669f5876adbcbb7d2672 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Mon, 9 Dec 2019 00:09:24 -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 d63b3cd9..0b35fceb 100644 --- a/README.md +++ b/README.md @@ -681,7 +681,7 @@ app.use((err, req, res, next) => { **Q:** What happened to the `securityHandlers` property? -**A:** In v3, `securityHandlers` have been replaced by `validateSecurity.securityHandlers`. To use v3 security handlers, move your existing security handlers to the new property. No other change is required. Note, that the v2 `securityHandlers` property is supported in v3, but deprecated +**A:** In v3, `securityHandlers` have been replaced by `validateSecurity.handlers`. To use v3 security handlers, move your existing security handlers to the new property. No other change is required. Note that the v2 `securityHandlers` property is supported in v3, but deprecated **Q:** Can I use a top level await?