Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 3, 2024
1 parent 7d23e2c commit a07baa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,13 +5,13 @@ This module integrates the [Vue 3 Carousel](https://github.com/ismail9k/vue3-car
## Installation

```bash
npm install vue3-carousel-nuxt
npx nuxi@latest module add vue3-carousel-nuxt
```

or with Yarn:

```bash
yarn add vue3-carousel-nuxt
npx nuxi@latest module add vue3-carousel-nuxt
```

## Usage
Expand Down

0 comments on commit a07baa7

Please sign in to comment.