Skip to content

Commit b2ed7ea

Browse files
committed
chroe: update README.md
1 parent 75b523d commit b2ed7ea

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,8 @@ export interface ButtonConfig {
242242

243243
<br/>
244244

245-
## 🍹 Buy me a coffee
245+
## 👍 Sponsor
246246
<div>
247-
<a href="http://witkeycode.com/sponsor" target="_blank"><img src="http://47.104.180.148/payment-code/wxpay.png" alt="Buy Me A Coffee" style="width: 217px !important;" ></a>
248-
<a href="http://witkeycode.com/sponsor" target="_blank"><img src="http://47.104.180.148/payment-code/alipay.png" alt="Buy Me A Coffee" style="width: 217px !important;" ></a>
247+
<a href="http://gocaptcha.wencodes.com/sponsor/" target="_blank">http://gocaptcha.wencodes.com/sponsor/</a>
249248
</div>
250-
251-
<br/>
249+
<br/>

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"dist/*",
2929
"angular.json"
3030
],
31+
"peerDependencies": {
32+
"@angular/common": ">=13.0.0",
33+
"@angular/core": ">=13.0.0"
34+
},
3135
"license": "MIT",
3236
"scripts": {
3337
"start": "ng serve --open",

0 commit comments

Comments
 (0)