From 422862307c3f140a92ec49013da4e0de1c83a0c4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 4 Apr 2024 02:26:02 +0100 Subject: [PATCH] docs: use new `nuxi module add` command in installation (#50) --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index cfe1b0d..2fabd90 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,7 @@ The quickest and easiest way to build Schema.org graphs for Nuxt. Powered by [Un 1. Install `nuxt-schema-org` dependency to your project: ```bash -# -yarn add -D nuxt-schema-org -# -npm install -D nuxt-schema-org -# -pnpm i -D nuxt-schema-org +npx nuxi@latest module add schema-org ``` 2. Add it to your `modules` section in your `nuxt.config`: