Skip to content

Commit

Permalink
use openapi v3 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Apr 4, 2024
1 parent 88ff1d2 commit 5183c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install @geut/openapi-box @sinclair/typebox

1. Generate the schema from an OpenApi url (it can a be filepath too):
```bash
$ openapi-box https://petstore.swagger.io/v2/swagger.json
$ openapi-box https://petstore3.swagger.io/api/v3/openapi.json
```

2. Load your schemas into the End-to-end typesafe `fetch` client:
Expand Down

0 comments on commit 5183c1d

Please sign in to comment.