We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82b9c7 commit f41b2a0Copy full SHA for f41b2a0
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -12,7 +12,7 @@ body:
12
id: bug-env
13
attributes:
14
label: Environment
15
- description: You can use `npx nuxi info` to fill this section.
+ description: You can use `npx nuxt info` to fill this section.
16
placeholder: Environment
17
validations:
18
required: true
README.md
@@ -18,7 +18,7 @@
## Setup
19
20
```bash
21
-npx nuxi@latest module add gtag
+npx nuxt module add gtag
22
```
23
24
## Basic Usage
0 commit comments