Skip to content

Commit

Permalink
chore: format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Jayden committed Nov 19, 2023
1 parent 3353cff commit 5bb899f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ This component also exposes two additional slot props for `state` (the current r

```svelte
<Command.Root {state} let:stateStore>
{@const handleUpdateState = debounce(stateStore.updateState, 200)}
<CustomCommandInput {handleUpdateState} />
{@const handleUpdateState = debounce(stateStore.updateState, 200)}
<CustomCommandInput {handleUpdateState} />
</Command.Root>
```

Expand Down

0 comments on commit 5bb899f

Please sign in to comment.