We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3288569 + 651a42d commit 836e6e1Copy full SHA for 836e6e1
README.md
@@ -35,11 +35,11 @@ Install svelte-command-palette with npm
35
36
const actions = defineActions([
37
{
38
- id: 1,
+ actionId: 1,
39
title: "Open Svelte Command Palette on github",
40
- subTitle: 'This opens github in a new tab!",
+ subTitle: "This opens github in a new tab!",
41
onRun: ({ action, storeProps, storeMethods }) => {
42
- window.open("https://github.com/rohitpotato/svelte-command-palette"),
+ window.open("https://github.com/rohitpotato/svelte-command-palette")
43
},
44
shortcut: "Space k"
45
}
0 commit comments