Skip to content

Commit 1931e3a

Browse files
committed
Fixed two URLs with a space in the middle and a typo
1 parent da42652 commit 1931e3a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Pivotal)
8080
* Automatically deploys swagger-ui to a Spring Boot 2.x application
8181
* Documentation will be available in HTML format, using the
8282
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
83-
* The Swagger UI page should then be available at http://server:
84-
port/context-path/swagger-ui.html and the OpenAPI description will be available at the
83+
* The Swagger UI page should then be available at
84+
http://server:port/context-path/swagger-ui.html and the OpenAPI description will be available at the
8585
following url for json format: http://server:port/context-path/v3/api-docs
8686
* `server`: The server name or IP
8787
* `port`: The server port
@@ -125,8 +125,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
125125

126126
## Integration of the library in a Spring Boot 2.x.x project without the swagger-ui:
127127

128-
* Documentation will be available at the following url for json format: http://server:
129-
port/context-path/v3/api-docs
128+
* Documentation will be available at the following url for json format: http://server:port/context-path/v3/api-docs
130129
* `server`: The server name or IP
131130
* `port`: The server port
132131
* `context-path`: The context path of the application
@@ -220,7 +219,7 @@ its [contributors](https://github.com/springdoc/springdoc-openapi/graphs/contrib
220219
<img src="https://contrib.rocks/image?repo=springdoc/springdoc-openapi" width="50%"/>
221220
</a>
222221

223-
Thanks you all for your support!
222+
Thank you all for your support!
224223

225224
## Additional Support
226225

0 commit comments

Comments
 (0)