Skip to content

Commit 993e022

Browse files
authored
remove import
1 parent 4c95976 commit 993e022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The builder pattern, the TS compiler & the code-completion will guide you to add
1616
Minimal example to generate a 3.1 OAS compliant document:
1717

1818
```typescript
19-
import { OpenApiBuilder, ParameterLocation } from 'openapi3-ts/oas31'; // Pick `openapi3-ts/oas31` for 3.1.x (x)or pick `openapi3-ts/oas30` for 3.0.x
19+
import { OpenApiBuilder } from 'openapi3-ts/oas31'; // Pick `openapi3-ts/oas31` for 3.1.x (x)or pick `openapi3-ts/oas30` for 3.0.x
2020

2121
function buildOas() {
2222
const builder = OpenApiBuilder

0 commit comments

Comments
 (0)