From a07baa70f1e31abdb6401f4b0807d6c7fd525163 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:48:16 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b769547..e85071a 100644 --- a/README.md +++ b/README.md @@ -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