From 5183c1d9c5b2b6167cdf576f966a460383a8b71c Mon Sep 17 00:00:00 2001 From: Martin Acosta Date: Thu, 4 Apr 2024 10:41:15 -0300 Subject: [PATCH] use openapi v3 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b50e14..aa0aff0 100644 --- a/README.md +++ b/README.md @@ -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: