File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: Get started with Nuxt Fonts right away.
88To 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments