From 461998c78da19ead3141eba73000ba58473522b1 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 9 Oct 2019 11:39:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d943c0dc..e585ced3 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ app.use((err, req, res, next) => { }); ``` +## Advanced Usage + For OpenAPI 3.0.x 3rd party and custom formats, see [Options](#Options). #### Optionally inline the spec...