From f5137da130286ff996593a96b03d3f71fc463993 Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Fri, 21 Apr 2017 19:07:30 -0700 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e58c556f..539add92 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To help with the migration, here are the currently known issues with 3.X. This l - Relative path support for external files is not implemented. ### SwaggerUIBundle -To use swagger-ui you should take a look at the [source of swagger-ui html page](https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html) and customize it. This basically requires you to instantiate a SwaggerUi object and call load() on it as below: +To use swagger-ui's bundles, you should take a look at the [source of swagger-ui html page](https://github.com/swagger-api/swagger-ui/blob/master/dist/index.html) and customize it. This basically requires you to instantiate a SwaggerUi object as below: ```javascript const ui = SwaggerUIBundle({ @@ -75,6 +75,8 @@ To use swagger-ui you should take a look at the [source of swagger-ui html page] }) ``` +If you'd like to use the bundle files via npm, check out the [`swagger-ui-dist` package](npmjs.com/package/swagger-ui-dist). + #### Parameters Parameter Name | Description