Skip to content

Commit

Permalink
Merge pull request #10 from danielroe/module-installation
Browse files Browse the repository at this point in the history
docs: use new `nuxi module add` command in installation
  • Loading branch information
gaetansenn authored Apr 3, 2024
2 parents 7d23e2c + a07baa7 commit 381bef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 381bef8

Please sign in to comment.