Skip to content

Commit

Permalink
docs: use new nuxi module add command in installation (#4)
Browse files Browse the repository at this point in the history
* docs: use new `nuxi module add` command in installation

* chore: update block
  • Loading branch information
danielroe authored Jan 2, 2025
1 parent f34a133 commit 967997b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ You can enable Wide Angle Analytics in your Nuxt projects in just a few steps. N
2. [Create a new site](https://wideangle.co/documentation/create-and-configure-site) and activate it.
3. Install the `wideangle-vuejs` plugin in your Vue application.

```npm install wideangle-nuxt```
```bash
npx nuxi@latest module add wideangle
```

4. Enable and configure the module.

Expand Down

0 comments on commit 967997b

Please # to comment.