Skip to content

Commit 1613455

Browse files
authored
Merge pull request #4006 from MartinNowak/patch-1
fix example integration
2 parents 1b5c060 + 9034e3f commit 1613455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const ui = SwaggerUIBundle({
4949
presets: [
5050
SwaggerUIBundle.presets.apis,
5151
SwaggerUIBundle.SwaggerUIStandalonePreset
52-
]
52+
],
5353
layout: "StandaloneLayout"
5454
})
5555
```
@@ -86,7 +86,7 @@ This will serve Swagger UI at `/swagger` instead of `/`.
8686
You can embed Swagger-UI's code directly in your HTML by using unkpg's interface:
8787

8888
```html
89-
<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js">
89+
<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
9090
<!-- `SwaggerUIBundle` is now available on the page -->
9191
```
9292

0 commit comments

Comments
 (0)