Skip to content

Commit 7de2bb2

Browse files
committed
fix typos in README
1 parent 80f0114 commit 7de2bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
const 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

0 commit comments

Comments
 (0)