Skip to content

Commit 9147d2e

Browse files
authored
Merge branch 'master' into ft/docs
2 parents a9ee234 + 1613455 commit 9147d2e

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)