Skip to content

Commit fc5bbe9

Browse files
committed
updated the README to include the tag for npm @medusa-v1
1 parent 97b7658 commit fc5bbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A plugin for Medusa e-commerce that adds push notification functionality. This p
2121
## Installation
2222

2323
```bash
24-
npm install @intuio/medusa-push-notification@v1
24+
npm install @intuio/medusa-push-notification@medusa-v1
2525
```
2626

2727
## Configuration
@@ -32,7 +32,7 @@ Add to your `medusa-config.js`:
3232
const plugins = [
3333
// ... other plugins
3434
{
35-
resolve: `@intuio/medusa-push-notification@v1`,
35+
resolve: `@intuio/medusa-push-notification@medusa-v1`,
3636
}
3737
]
3838
```

0 commit comments

Comments
 (0)