Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 3, 2024
1 parent 5acc800 commit 32d3cb5
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 @@ -52,14 +52,7 @@ Twemoji module for Nuxt. Render emojis as SVG elements or PNG images
1. Add `nuxt-twemoji` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-twemoji

# Using yarn
yarn add --dev nuxt-twemoji

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

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

0 comments on commit 32d3cb5

Please sign in to comment.