From d7f9cd909a36877b29e5d461c09a8d3e11b8b0fc Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Thu, 24 Oct 2019 11:32:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e85f2c..02909c76 100644 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ that are _not_ under the base URL—such as pages—will not be validated. **Q:** Can i use 1express-openapi-validator1 with `swagger-ui-express`? -**A:** Yes. Be sure to add the swagger serve middleware prior to installing the OpenApiValidator. This will ensure that `swagger-ui-express` is able to fully prepare the spec before before OpenApiValidator attempts to use it. +**A:** Yes. Be sure to `use` the `swagger-ui-express` serve middleware prior to installing `OpenApiValidator`. This will ensure that `swagger-ui-express` is able to fully prepare the spec before before OpenApiValidator attempts to use it. For example: ```javascript const swaggerUi = require('swagger-ui-express')