Skip to content

Commit

Permalink
docs: remove nuxt.config section in Installation (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinGangan authored May 6, 2024
1 parent 4228623 commit 56aa1d6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,12 @@ The quickest and easiest way to build Schema.org graphs for Nuxt. Powered by [Un

## Installation

1. Install `nuxt-schema-org` dependency to your project:
Install `nuxt-schema-org` dependency to your project:

```bash
npx nuxi@latest module add schema-org
```

2. Add it to your `modules` section in your `nuxt.config`:

```ts
export default defineNuxtConfig({
modules: ['nuxt-schema-org']
})
```

# Documentation

[📖 Read the full documentation](https://nuxtseo.com/schema-org) for more information.
Expand Down

0 comments on commit 56aa1d6

Please sign in to comment.