Skip to content

Commit

Permalink
docs(installation): invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Oct 5, 2023
1 parent f3c7ad8 commit 537bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 'Learn how to install and configure the module in your Nuxt app.'

::code-group

```sh [pnpm]
```bash [pnpm]
pnpm add @nuxt/ui
```

Expand All @@ -24,7 +24,7 @@ npm install @nuxt/ui

2. Add it to your `modules` section in your `nuxt.config`:

```ts [nuxt.config]
```ts [nuxt.config.ts]
export default defineNuxtConfig({
modules: ['@nuxt/ui']
})
Expand Down

0 comments on commit 537bd08

Please sign in to comment.