diff --git a/README.md b/README.md index 871c026..7f65732 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ const openApiSpec = getOpenAPISpecs(
JSON output for the above example -
- ```json - { + +```json +{ "openapi": "3.1.0", "info": { "description": "Development documentation", @@ -182,5 +182,7 @@ const openApiSpec = getOpenAPISpecs( }, "tags": [] } - ``` +``` + +