Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 4, 2024
1 parent dfed9da commit 4228623
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 4228623

Please sign in to comment.