Skip to content

Commit 15f1a41

Browse files
docs: update README.md
1 parent ad0b0d7 commit 15f1a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- 🤹 No CORS issues!
1515
- 🍱 Handle request just like with the [`useFetch`](https://nuxt.com/docs/getting-started/data-fetching/#usefetch) composable
1616
- 🗃 Cached query responses
17-
- 🦦 [Multiple starter kits](https://nuxt-kirby.byjohann.dev/guide/starters) available
17+
- 🦦 [Multiple starter kits](https://nuxt-kirby.byjohann.dev/essentials/starter-kits) available
1818
- 🦾 Strongly typed
1919

2020
## Setup
@@ -44,7 +44,7 @@ And send queries in your template:
4444

4545
```vue
4646
<script setup lang="ts">
47-
const { data, refresh, error, status, clear } = await useKql({
47+
const { data, error, status } = await useKql({
4848
query: 'site'
4949
})
5050
</script>

0 commit comments

Comments
 (0)