Skip to content

Commit 88df655

Browse files
authored
Merge pull request #3148 from bodnia/master
typo in README
2 parents 39501c8 + 8340f5d commit 88df655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ let preset = [
138138
#### Configs plugin
139139
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.
140140
There are three options of passing config:
141-
- 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
141+
- 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
142142
- add a config `configUrl` with URL to SwaggerUIBundle
143143
- change default configs in `swagger-config.yaml` *Note: after changing, the project must be re-built*
144144

0 commit comments

Comments
 (0)