Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 3, 2024
1 parent d04aa80 commit 3318246
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 @@ -20,14 +20,7 @@
## Setup

```bash
# pnpm
pnpm add -D nuxt-gtag

# npm
npm i -D nuxt-gtag

# yarn
yarn add -D nuxt-gtag
npx nuxi@latest module add gtag
```

## Basic Usage
Expand Down

0 comments on commit 3318246

Please sign in to comment.