From 31a01a96c9d8bd29fba418489f4daba1a0e73d9f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:47:10 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 8ef4db4..726864e 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,7 @@ Official Nuxt module for Vue Email. Build email templates with Vue components. 1. Add `@vue-email/nuxt` dependency to your project ```bash -# Using pnpm -pnpm add -D @vue-email/nuxt - -# Using yarn -yarn add --dev @vue-email/nuxt - -# Using npm -npm install --save-dev @vue-email/nuxt +npx nuxi@latest module add vue-email ``` 2. Add `@vue-email/nuxt` to the `modules` section of `nuxt.config.ts`