Skip to content

Commit f71bc1e

Browse files
committed
chore: capitalise nuxt
1 parent 3dda277 commit f71bc1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Usage
66

77
```bash
8-
$ nuxi [OPTIONS] [COMMAND]
8+
$ nuxt [OPTIONS] [COMMAND]
99

1010
OPTIONS
1111

@@ -15,7 +15,7 @@ COMMANDS
1515

1616
add Add Nuxt modules
1717
add-template Create a new template file.
18-
analyze Build nuxt and analyze production bundle (experimental)
18+
analyze Build Nuxt and analyze production bundle (experimental)
1919
build Build Nuxt for production deployment
2020
cleanup Clean up generated Nuxt files and caches
2121
dev Run Nuxt development server

packages/nuxi/src/commands/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const indexHtml = `
4242
export default defineCommand({
4343
meta: {
4444
name: 'analyze',
45-
description: 'Build nuxt and analyze production bundle (experimental)',
45+
description: 'Build Nuxt and analyze production bundle (experimental)',
4646
},
4747
args: {
4848
...cwdArgs,

0 commit comments

Comments
 (0)