From fec711e9b0c64b887b331f1ae0e8b55aebe0f8ed Mon Sep 17 00:00:00 2001 From: Camron Flanders Date: Mon, 9 Dec 2024 14:27:36 -0600 Subject: [PATCH] Update README.md fix formatting --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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": [] } - ``` +``` + +