Skip to content

Commit 5ac3a04

Browse files
authored
Improve casing in README
1 parent 8648f87 commit 5ac3a04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Pivotal)
102102
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
103103
* The Swagger UI page should then be available at
104104
http://server:port/context-path/swagger-ui.html and the OpenAPI description will be
105-
available at the following url for json format:
105+
available at the following url for JSON format:
106106
http://server:port/context-path/v3/api-docs
107107
* `server`: The server name or IP
108108
* `port`: The server port
@@ -156,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
156156

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

159-
* 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:
160160
port/context-path/v3/api-docs
161161
* `server`: The server name or IP
162162
* `port`: The server port

0 commit comments

Comments
 (0)