Skip to content

Commit

Permalink
fix: pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 20, 2024
1 parent 70d566e commit 6dda787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/oas-normalize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ console.log(definition);

Validate a given API definition. This supports Swagger 2.0 and OpenAPI 3.x API definitions, as well as Postman 2.x collections.

Please note that if you've supplied a Postman collection to the library it will **always** be converted to OpenAPI, using [@readme/postman-to-openapi](https://npm.im/@readme/postman-to-openapi), and we will only validate resulting OpenAPI definition.

```ts
try {
await oas.validate();
Expand Down

0 comments on commit 6dda787

Please sign in to comment.