Skip to content

Commit

Permalink
xor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro J. Molina committed Jun 10, 2024
1 parent 789b086 commit 676e7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The builder pattern, the TS compiler & the code-completion will guide you to add
Minimal example to generate a 3.1 OAS compliant document:

```typescript
import * from 'openapi3-ts/oas31';
import * from 'openapi3-ts/oas31'; // Pick `openapi3-ts/oas31` for 3.1.x (x)or pick `openapi3-ts/oas30` for 3.0.x

function buildOas() {
const builder = OpenApiBuilder
Expand Down

0 comments on commit 676e7c3

Please sign in to comment.