Skip to content

Commit

Permalink
docs: improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ijkml committed Jul 19, 2024
1 parent cc51d41 commit 58ca31b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Integrate [**Umami Analytics**](https://umami.is/) into your Nuxt websites/appli

## Features

- 📖 Open source
- 📖 [Open source](https://github.com/ijkml/nuxt-umami)
- ✨ SSR support, of course
- ➖ No extra script, no loading delay
- 😜 Escapes ad & script blockers
- 💯 Simple, feature complete, extensive config
- ✅ Typescript, JSDocs, auto completion
- 😜 Escapes ad/script blockers
- 💯 Simple, feature complete
- ✅ Typescript & auto completion
- ✅ Auto imported, available (almsot) everywhere
- ✅ Easy debuggin' (one `console.log` at a time)

Expand All @@ -29,11 +29,11 @@ Integrate [**Umami Analytics**](https://umami.is/) into your Nuxt websites/appli
Install using your favorite package manager...

```bash
pnpm add nuxt-umami #pnpm
pnpm add nuxt-umami
```

```bash
npm install nuxt-umami #npm
npm install nuxt-umami
```

Then add `nuxt-umami` to your `extends` array in `nuxt.config`:
Expand Down Expand Up @@ -201,7 +201,7 @@ See: [Umami Docs](https://umami.is/docs/track-events#prevent-tracking-yourself).
* __How do I set up my own Umami instance?__
* Miracle Onyenma published a simple guide in his blog. [Check it out](https://miracleio.me/blog/set-up-analytics-for-your-nuxt-3-app-with-umami).
* __Should I sponsor this project?__
* Absolutely, you can do that here: https://github.com/sponsors/ijkml.
* Absolutely, [you can do that here](https://github.com/sponsors/ijkml).

## Issues, Bugs, Ideas?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Integrate Umami Analytics into Nuxt",
"author": "ML <me.mlaure@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ijkml/nuxt-umami/",
"homepage": "https://ijkml.github.io/nuxt-umami/",
"sponsor": {
"url": "https://github.com/sponsors/ijkml/"
},
Expand Down

0 comments on commit 58ca31b

Please sign in to comment.