Skip to content

Commit 8ca7a04

Browse files
committed
docs: update package name
1 parent 59968d9 commit 8ca7a04

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ Read more on https://docs.hub.nuxt.com
1717

1818
## Quick Setup
1919

20-
1. Add `@nuxt/hub` dependency to your project
20+
1. Add `@nuxthub/core` dependency to your project
2121

2222
```bash
2323
# Using pnpm
24-
pnpm add @nuxt/hub
24+
pnpm add @nuxthub/core
2525

2626
# Using yarn
27-
yarn add @nuxt/hub
27+
yarn add @nuxthub/core
2828

2929
# Using npm
30-
npm install @nuxt/hub
30+
npm install @nuxthub/core
3131

3232
# Using bun
33-
npm add @nuxt/hub
33+
npm add @nuxthub/core
3434
```
3535

36-
2. Add `@nuxt/hub` to the `modules` section of `nuxt.config.ts`
36+
2. Add `@nuxthub/core` to the `modules` section of `nuxt.config.ts`
3737

3838
```js
3939
export default defineNuxtConfig({
4040
modules: [
41-
'@nuxt/hub'
41+
'@nuxthub/core'
4242
]
4343
})
4444
```

0 commit comments

Comments
 (0)