@mailto.foo/sdk 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@ The CDN build auto-enhances any `<form>` whose `action` points at your subscribe
34
34
  ```html
35
35
  <script src="https://cdn.jsdelivr.net/npm/@mailto.foo/sdk/dist/sdk.min.js"></script>
36
36
 
37
- <form action="https://api.mailto.foo/pk_M7O7ez_Xkq9afhqWS-YJF/subscribe">
37
+ <form action="https://api.mailto.foo/your_publish_key/subscribe">
38
38
  <input type="email" name="email" required>
39
39
  <button type="submit">Subscribe</button>
40
40
  </form>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mailto.foo/sdk",
3
3
  "type": "module",
4
4
  "description": "Headless email subscription and contact form SDK for mailto.foo",
5
- "version": "1.3.2",
5
+ "version": "1.3.3",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "repository": {