Skip to content

Commit f41b2a0

Browse files
docs: update install command
1 parent f82b9c7 commit f41b2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: bug-env
1313
attributes:
1414
label: Environment
15-
description: You can use `npx nuxi info` to fill this section.
15+
description: You can use `npx nuxt info` to fill this section.
1616
placeholder: Environment
1717
validations:
1818
required: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Setup
1919

2020
```bash
21-
npx nuxi@latest module add gtag
21+
npx nuxt module add gtag
2222
```
2323

2424
## Basic Usage

0 commit comments

Comments
 (0)