Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Read more on [ui2.nuxt.com](https://ui2.nuxt.com)
## Installation

```bash
npx nuxi@latest module add ui
npx nuxi@latest module add ui@2
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: 'Learn how to install and configure Nuxt UI in your application.'
1. Add `@nuxt/ui` module to your project:

```bash
npx nuxi@latest module add ui
npx nuxi@latest module add ui@2
```

2. Add it to the `modules` section in your `nuxt.config.ts`:
Expand Down
Loading