From 8340f5d06c194fcc6ca2c965379124bd59565a7f Mon Sep 17 00:00:00 2001 From: Anna Bodnia Date: Tue, 30 May 2017 14:45:04 +0300 Subject: [PATCH] typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f6f2bb..21c5a566 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ let preset = [ #### Configs plugin Configs plugin allows to fetch external configs instead of passing them to `SwaggerUIBundle`. Fetched configs support two formats: JSON or yaml. The plugin is enabled by default. There are three options of passing config: -- add a query parameter `config` with URL to a server where the configs are hosted. For ex. http://petstore.swagger.io/?configs=http://localhost:3001/config.yaml +- add a query parameter `config` with URL to a server where the configs are hosted. For ex. http://petstore.swagger.io/?config=http://localhost:3001/config.yaml - add a config `configUrl` with URL to SwaggerUIBundle - change default configs in `swagger-config.yaml` *Note: after changing, the project must be re-built*