Skip to content

Commit b50475b

Browse files
committed
chore: update readme
1 parent e3cedcf commit b50475b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ My new Nuxt module for doing amazing things.
3333

3434
```bash
3535
# Using pnpm
36-
pnpm add -D my-module
36+
pnpm add -D @ant-design-vue/nuxt
3737

3838
# Using yarn
39-
yarn add --dev my-module
39+
yarn add --dev @ant-design-vue/nuxt
4040

4141
# Using npm
42-
npm install --save-dev my-module
42+
npm install --save-dev @ant-design-vue/nuxt
4343
```
4444

45-
2. Add `my-module` to the `modules` section of `nuxt.config.ts`
45+
2. Add `@ant-design-vue/nuxt` to the `modules` section of `nuxt.config.ts`
4646

4747
```js
4848
export default defineNuxtConfig({
4949
modules: [
50-
'my-module'
50+
'@ant-design-vue/nuxt'
5151
]
5252
})
5353
```

0 commit comments

Comments
 (0)