Skip to content

Commit 82f5912

Browse files
authored
chore: fix docs (TanStack#264)
1 parent 99ccee5 commit 82f5912

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/typescript/ai-svelte/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ This library uses Svelte 5 runes (`$state`) internally, providing a clean API wh
6565

6666
```svelte
6767
<script>
68-
const chat = createChat({ ... })
69-
68+
const chat = createChat({})
69+
7070
// No $ needed - these are reactive getters!
7171
console.log(chat.messages)
7272
console.log(chat.isLoading)

0 commit comments

Comments
 (0)