Skip to content

Commit 1d86116

Browse files
update readme
1 parent 0df322b commit 1d86116

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ This module huntersofbook team created.
2222

2323
## Setup
2424
```
25-
pnpm add @huntersofbook/plausible-nuxt
25+
pnpm add v-plausible
2626
```
2727
```
28-
yarn add @huntersofbook/plausible-nuxt
28+
yarn add v-plausible
2929
```
3030
```
31-
pnpm add @huntersofbook/plausible-nuxt
31+
pnpm add v-plausible
3232
```
3333

3434
## Usage Vue 3
3535

3636
```ts
37-
import { createPlausible } from '@huntersofbook/plausible-vue'
37+
import { createPlausible } from 'v-plausible/vue'
3838

3939
const plausible = createPlausible({
4040
init: {
@@ -57,7 +57,7 @@ app.use(plausible)
5757
```ts
5858
export default defineNuxtConfig({
5959
modules: [
60-
'@huntersofbook/plausible-nuxt'
60+
'@huntersofbook/v-plausible'
6161
],
6262
plausible: {
6363
init: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v-plausible",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "0.9.0",
55
"packageManager": "pnpm@8.3.0",
66
"description": "Plausible Analytics plugin for Vue or Nuxt",
77
"author": "Mehmet - productdevbook <hi@productdevbook.com>",

0 commit comments

Comments
 (0)