Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patharanordev committed Apr 23, 2016
1 parent 6b2eba0 commit 0d5bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ I found 2 ways to add `Donate` function in your github project.

## Markdown

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/`
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/`
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:
```
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](YOUR_EMAIL_CODE)
Expand Down

0 comments on commit 0d5bf5d

Please sign in to comment.