Skip to content

Commit 8a59f5e

Browse files
authored
Update README.md
1 parent 0c6ba8c commit 8a59f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ openApi {
8989
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------|--------------------------------------|
9090
| `apiDocsUrl` | The URL from where the OpenAPI doc can be downloaded | No | http://localhost:8080/v3/api-docs |
9191
| `outputDir` | The output directory for the generated OpenAPI file | No | $buildDir - Your project's build dir |
92-
| `outputFileName` | Specifies the output file name and format. Use extension `.yaml` for YAML output, `.json` for JSON output | No | openapi.json |
92+
| `outputFileName` | Specifies the output file name. | No | openapi.json |
9393
| `waitTimeInSeconds` | Time to wait in seconds for your Spring Boot application to start, before we make calls to `apiDocsUrl` to download the OpenAPI doc | No | 30 seconds |
9494
| `groupedApiMappings` | A map of URLs (from where the OpenAPI docs can be downloaded) to output file names | No | [] |
9595
| `customBootRun` | Any bootRun property that you would normal need to start your spring boot application. | No | (N/A) |

0 commit comments

Comments
 (0)