Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
camflan authored Dec 9, 2024
1 parent 5612a4e commit fec711e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ const openApiSpec = getOpenAPISpecs(

<details>
<summary>JSON output for the above example</summary>
</details>
```json
{

```json
{
"openapi": "3.1.0",
"info": {
"description": "Development documentation",
Expand Down Expand Up @@ -182,5 +182,7 @@ const openApiSpec = getOpenAPISpecs(
},
"tags": []
}
```
```


</details>

0 comments on commit fec711e

Please sign in to comment.