We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b7658 commit fc5bbe9Copy full SHA for fc5bbe9
README.md
@@ -21,7 +21,7 @@ A plugin for Medusa e-commerce that adds push notification functionality. This p
21
## Installation
22
23
```bash
24
-npm install @intuio/medusa-push-notification@v1
+npm install @intuio/medusa-push-notification@medusa-v1
25
```
26
27
## Configuration
@@ -32,7 +32,7 @@ Add to your `medusa-config.js`:
32
const plugins = [
33
// ... other plugins
34
{
35
- resolve: `@intuio/medusa-push-notification@v1`,
+ resolve: `@intuio/medusa-push-notification@medusa-v1`,
36
}
37
]
38
0 commit comments