Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 3, 2024
1 parent feddb35 commit e0fa2d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ Feed module enables everyone to have RSS, Atom and JSON.
1. Add `nuxt-module-feed` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-module-feed

# Using yarn
yarn add --dev nuxt-module-feed

# Using npm
npm install --save-dev nuxt-module-feed
npx nuxi@latest module add module-feed
```

2. Add `nuxt-module-feed` to the `modules` section of `nuxt.config.ts`
Expand Down

0 comments on commit e0fa2d7

Please sign in to comment.