Skip to content

Commit 761e06a

Browse files
authored
Minor docs updates (openapi-ts#1641)
1 parent d79dfdf commit 761e06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npx openapi-typescript https://myapi.dev/api/v1/openapi.yaml -o ./path/to/my/sch
4848
Then, import schemas from the generated file like so:
4949

5050
```ts
51-
import type { paths, components } from "./api/v1"; // generated by openapi-typescript
51+
import type { paths, components } from "./my-openapi-3-schema"; // generated by openapi-typescript
5252

5353
// Schema Obj
5454
type MyType = components["schemas"]["MyType"];

0 commit comments

Comments
 (0)