Skip to content

Commit 13194f3

Browse files
committed
chore: minor update to readme
1 parent 369ab39 commit 13194f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ export default defineNuxtConfig({
8383
...
8484
```
8585
86-
Add a new ts file to your composables folder, e.g. `./composables/githubClient.ts`
86+
Add a new ts file to your composables folder, e.g. `./composables/githubClient.ts`.
87+
88+
[Full example here](playground/composables/customGithubFetch.ts)
8789
8890
```ts
8991
// import the base client explicitly

0 commit comments

Comments
 (0)