Skip to content

Commit 655470b

Browse files
authored
Merge pull request #22 from danielroe/module-installation
docs: use new `nuxi module add` command in installation
2 parents 41a5a59 + 2fc6b54 commit 655470b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,8 @@ Nuxt Module for [vue3-google-signin](https://vue3-google-signin.wavezync.com/)
88

99
### Install package
1010

11-
- With **NPM**
12-
13-
```bash
14-
npm install -S nuxt-vue3-google-signin
15-
```
16-
17-
- With **Yarn**
18-
19-
```bash
20-
yarn add nuxt-vue3-google-signin
21-
```
22-
23-
- With **PNPM**
24-
2511
```bash
26-
pnpm add nuxt-vue3-google-signin
12+
npx nuxi@latest module add nuxt-vue3-google-signin
2713
```
2814

2915
### Initialize

0 commit comments

Comments
 (0)