From 0a65104239053206cbb5231132bd2d76eebd447d Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 12 Feb 2020 22:52:31 -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 a64fc759..e38fb846 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ See [Advanced Usage](#Advanced-Usage) options to: The following demonstrates how to use express-openapi-validator to auto validate requests and responses. It also includes file upload! -See the complete [source code](https://github.com/cdimascio/express-openapi-validator/tree/master/example) and [OpenAPI spec](https://github.com/cdimascio/express-openapi-validator/blob/master/example/api.yaml) for the example below: +See the complete [source code](https://github.com/cdimascio/express-openapi-validator/tree/master/examples/1-standard) and [OpenAPI spec](https://github.com/cdimascio/express-openapi-validator/blob/master/examples/1-standard/api.yaml) for the example below: ```javascript const express = require('express');