Skip to content

Commit 836e6e1

Browse files
authored
Merge pull request #5 from jercle/fixReadmeSyntax
📝 Fix syntax errors in readme
2 parents 3288569 + 651a42d commit 836e6e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Install svelte-command-palette with npm
3535

3636
const actions = defineActions([
3737
{
38-
id: 1,
38+
actionId: 1,
3939
title: "Open Svelte Command Palette on github",
40-
subTitle: 'This opens github in a new tab!",
40+
subTitle: "This opens github in a new tab!",
4141
onRun: ({ action, storeProps, storeMethods }) => {
42-
window.open("https://github.com/rohitpotato/svelte-command-palette"),
42+
window.open("https://github.com/rohitpotato/svelte-command-palette")
4343
},
4444
shortcut: "Space k"
4545
}

0 commit comments

Comments
 (0)