Skip to content

Commit dea205c

Browse files
committed
chore: prefer nuxt over nuxi
1 parent 5389350 commit dea205c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/1.get-started/1.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Get started with Nuxt Fonts right away.
88
To get started, add `@nuxt/fonts` to your project:
99

1010
```bash
11-
npx nuxi@latest module add fonts
11+
npx nuxt module add fonts
1212
```
1313

1414
## Manual Installation
@@ -96,7 +96,7 @@ If an error occurs during installation:
9696
- Try recreating your lock-file:
9797

9898
```bash
99-
npx nuxt@latest upgrade --force
99+
npx nuxt upgrade --force
100100
```
101101

102102
- Check your network connection. Your machine might be having a hard time communicating with the font providers.

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Plug-and-play fonts optimization for Nuxt apps. Use and optimize your fonts usin
2828
Get started
2929
:::
3030

31-
:::copy-code-input{source="npx nuxi@latest module add fonts"}
31+
:::copy-code-input{source="npx nuxt module add fonts"}
3232
:::
3333
::
3434

0 commit comments

Comments
 (0)