Skip to content

Commit 0d5bf5d

Browse files
committed
Update README.md
1 parent 6b2eba0 commit 0d5bf5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ I found 2 ways to add `Donate` function in your github project.
77

88
## Markdown
99

10-
You can get link of image file(SVG) like this [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A8YE92K9QM7NA) from `http://shields.io/`
10+
You can get link of image file in SVG file format like this [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A8YE92K9QM7NA) from `http://shields.io/`
1111
and concatinate it with your [email code](https://developer.paypal.com/docs/classic/paypal-payments-standard/ht_create-pps-buttons/) in your PayPal account, please see example below:
1212
```
1313
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](YOUR_EMAIL_CODE)

0 commit comments

Comments
 (0)