From 08b8f9c35a8e4eae5b3d340b89bc99110e6d7976 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Fri, 8 Dec 2017 13:22:25 +0100 Subject: [PATCH] fix example integration --- docs/usage/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index 63f7d233933..e4fd09d225d 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -49,7 +49,7 @@ const ui = SwaggerUIBundle({ presets: [ SwaggerUIBundle.presets.apis, SwaggerUIBundle.SwaggerUIStandalonePreset - ] + ], layout: "StandaloneLayout" }) ``` @@ -86,7 +86,7 @@ This will serve Swagger UI at `/swagger` instead of `/`. You can embed Swagger-UI's code directly in your HTML by using unkpg's interface: ```html - ```