diff --git a/README.md b/README.md index e3409ef99..908af4ab4 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,10 @@ Pivotal) * Automatically deploys swagger-ui to a Spring Boot 3.x application * Documentation will be available in HTML format, using the official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git). -* The Swagger UI page should then be available at http://server: - port/context-path/swagger-ui.html and the OpenAPI description will be available at the - following url for json format: http://server:port/context-path/v3/api-docs +* The Swagger UI page should then be available at + http://server:port/context-path/swagger-ui.html and the OpenAPI description will be + available at the following url for JSON format: + http://server:port/context-path/v3/api-docs * `server`: The server name or IP * `port`: The server port * `context-path`: The context path of the application @@ -155,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html ## Integration of the library in a Spring Boot 3.x project without the swagger-ui: -* Documentation will be available at the following url for json format: http://server: +* Documentation will be available at the following url for JSON format: http://server: port/context-path/v3/api-docs * `server`: The server name or IP * `port`: The server port