File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pnpm install cmdk-solid
2121## Use
2222
2323``` tsx
24- import { Command } from ' cmdk-solid-solid '
24+ import { Command } from ' cmdk-solid'
2525
2626const CommandMenu = () => {
2727 return (
@@ -445,7 +445,7 @@ You can find global stylesheets to drop in as a starting point for styling. See
445445
446446** Unstyled?** Yes, use the listed CSS selectors.
447447
448- ** Hydration mismatch?** This may be a bug in your code. Feel free to create an issue in this repo if you are sure it isn't
448+ ** Hydration mismatch?** This may be a bug in your code. Feel free to create an issue in this repo if you are sure it is not.
449449
450450** Weird/wrong behavior?** Make sure your ` Command.Item ` has a unique ` value ` .
451451
You can’t perform that action at this time.
0 commit comments