Skip to content

Commit 6a5ccf4

Browse files
authored
Update README.md
syntax error on block closing
1 parent 64ad2db commit 6a5ccf4

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
@@ -48,6 +48,6 @@ Install svelte-command-palette with npm
4848
4949
// render your command palette at the root of your application, say _layout.svelte
5050
51-
<CommandPalette {actions}>
51+
<CommandPalette {actions} />
5252
5353
```

0 commit comments

Comments
 (0)