Skip to content

Commit ef4992b

Browse files
authored
Merge pull request #3217 from bwaldvogel/patch-1
Improve README
2 parents 9ab95a8 + 5ac3a04 commit ef4992b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ Pivotal)
100100
* Automatically deploys swagger-ui to a Spring Boot 3.x application
101101
* Documentation will be available in HTML format, using the
102102
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
103-
* The Swagger UI page should then be available at http://server:
104-
port/context-path/swagger-ui.html and the OpenAPI description will be available at the
105-
following url for json format: http://server:port/context-path/v3/api-docs
103+
* The Swagger UI page should then be available at
104+
http://server:port/context-path/swagger-ui.html and the OpenAPI description will be
105+
available at the following url for JSON format:
106+
http://server:port/context-path/v3/api-docs
106107
* `server`: The server name or IP
107108
* `port`: The server port
108109
* `context-path`: The context path of the application
@@ -155,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
155156

156157
## Integration of the library in a Spring Boot 3.x project without the swagger-ui:
157158

158-
* Documentation will be available at the following url for json format: http://server:
159+
* Documentation will be available at the following url for JSON format: http://server:
159160
port/context-path/v3/api-docs
160161
* `server`: The server name or IP
161162
* `port`: The server port

0 commit comments

Comments
 (0)