Skip to content

Commit 7602f0a

Browse files
Noah-Hafhtunnicliff
authored andcommitted
Fix example
1 parent 6df4cfd commit 7602f0a

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
@@ -35,7 +35,7 @@ Then, create an [openapi-fetch](https://openapi-ts.pages.dev/openapi-fetch/) cli
3535
<!-- prettier-ignore -->
3636
```ts
3737
// sandwich-api.ts
38-
import { createClient } from "openapi-fetch";
38+
import createClient from "openapi-fetch";
3939
import { createHooks } from "swr-openapi";
4040
import type * as SandwichesSchema from "./types/sandwich-schema";
4141

0 commit comments

Comments
 (0)