Skip to content

Commit 9a7a252

Browse files
phk422drwpow
andauthored
Update packages/openapi-fetch/README.md
Co-authored-by: Drew Powers <drew@pow.rs>
1 parent 51cecbc commit 9a7a252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/openapi-fetch/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ The best part about using openapi-fetch over oldschool codegen is no documentati
9191

9292
![OpenAPI schema example](../../docs/public/assets/openapi-schema.png)
9393

94-
```ts [src/my-project.ts]
94+
```ts
95+
```
9596
import createClient from "openapi-fetch";
9697
import type { paths } from "./my-openapi-3-schema"; // generated by openapi-typescript
9798

0 commit comments

Comments
 (0)