Skip to content

Commit b4fb54b

Browse files
author
springdoc
authored
Update README.md
1 parent d720e26 commit b4fb54b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This library supports:
2727
* server: The server name or IP
2828
* port: The server port
2929
* context-path: The context path of the application
30-
* Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yml
30+
* Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yaml
3131
* Add the library to the list of your project dependencies (No additional configuration is needed)
3232

3333
```xml
@@ -58,7 +58,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
5858
* server: The server name or IP
5959
* port: The server port
6060
* context-path: The context path of the application
61-
* Documentation will be available in yaml format as well, on the following path : /v3/api-docs.yml
61+
* Documentation will be available in yaml format as well, on the following path : /v3/api-docs.yaml
6262
* Add the library to the list of your project dependencies. (No additional configuration is needed)
6363

6464
```xml
@@ -91,7 +91,7 @@ To generate documentation automatically, make sure all the methods declare the H
9191
For better performance of documentation generation, declare @OpenAPIDefinition and @SecurityScheme annotations within a spring managed bean.
9292

9393
## spring-weblfux support with Annotated Controllers
94-
* Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yml
94+
* Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yaml
9595
* Add the library to the list of your project dependencies (No additional configuration is needed)
9696

9797
```xml

0 commit comments

Comments
 (0)