Skip to content

Commit 4db7156

Browse files
authored
fix: links/typos in NPM readme
1 parent 3ea2238 commit 4db7156

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

packages/kmenu/README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
![image](https://kmenu.hxrsh.in/og.png)
1+
![image](https://kmenu.harshsingh.me/og.png)
22

33
<p align="center">
4-
<a href="https://kmenu.hxrsh.in/">
4+
<a href="https://kmenu.harshsingh.me/">
55
<h2 align="center">kmenu</h2>
66
</a>
77
</p>
88

99
<p align="center">The perfect ⌘K menu </p>
1010
<p align="center">
11-
<a href="https://kmenu.hxrsh.in">Demo</a>
11+
<a href="https://kmenu.harshsingh.me">Demo</a>
1212
·
1313
<a href="https://npmjs.com/package/kmenu">NPM</a>
1414
·
@@ -21,15 +21,13 @@
2121

2222
## Consulting
2323

24-
If you're a startup or founder using this for your application and need some help setting it up, or perhaps even need a separate cmdk interface tailored to your application, you can reach out to at [hi.harsh@pm.me](mailto:hi.harsh@pm.me).
24+
If you're a startup or founder using this for your application and need some help setting it up, or perhaps even need a separate cmdk interface tailored to your application, you can reach out to at [h@harshsingh.me](mailto:h@harshsingh.me).
2525

2626
## Quickstart
2727

28-
View the [official documentation](https://kmenu.hxrsh.in/docs) for more thorough examples and documentation.
29-
3028
Having trouble? Unsure of something? Feel free to ask away in the [discussions](https://github.com/haaarshsingh/kmenu/discussions).
3129

32-
Install the [npm package](https://www.npmjs.com/package/kmenu):
30+
Install the [NPM package](https://www.npmjs.com/package/kmenu):
3331

3432
```zsh
3533
npm add kmenu
@@ -160,11 +158,11 @@ Here are all the options available on the menu:
160158
| loadingState | Whether or not the data is currently loading | boolean ||
161159
| placeholder | The placeholder text on this particular menu | string ||
162160

163-
The index is the index of this menu—if you only have a single menu, set this to one. This number is used for opening and closing multiple menus, whenever you want to open a sub menu simply use the `setOpen` command and input the index of the menu you'd like to open. For more information on this, see [nested menus](https://kmenu.hxrsh.in/docs/features/nested-menus).
161+
The index is the index of this menu—if you only have a single menu, set this to one. This number is used for opening and closing multiple menus, whenever you want to open a sub menu simply use the `setOpen` command and input the index of the menu you'd like to open.
164162

165163
#### useCommands
166164

167-
After you define your components, you must input them into the `useCommands` hook. Learn more about it [here](https://kmenu.hxrsh.in/docs/hooks/usecommands-hook).
165+
After you define your components, you must input them into the `useCommands` hook.
168166

169167
```tsx:CommandMenu.tsx
170168
export default () => {

0 commit comments

Comments
 (0)