recur-tw 0.10.1 → 0.10.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ A React & Vanilla JS SDK for embedding subscription checkout flows with PAYUNi p
19
19
 
20
20
  ### 方式一:Checkout Button(最簡單)
21
21
 
22
- Gumroad 一樣,只需一個 script 和一個連結:
22
+ 只需一個 script 和一個連結,點擊即開啟結帳視窗:
23
23
 
24
24
  ```html
25
25
  <script src="https://unpkg.com/recur-tw/dist/checkout.js"></script>
@@ -74,7 +74,7 @@ Recur.close();
74
74
 
75
75
  ### 方式二:Floating Widget(浮動按鈕)
76
76
 
77
- 像 Buy Me a Coffee 一樣的浮動按鈕:
77
+ 在頁面右下角顯示浮動按鈕,適合部落格或內容網站:
78
78
 
79
79
  ```html
80
80
  <script
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recur-tw",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "React & Vanilla JS SDK for embedding subscription checkout flows (Taiwan / PAYUNi)",
5
5
  "type": "module",
6
6
  "private": false,