Skip to content

Commit 7d5c77a

Browse files
committed
README update
1 parent 67c1195 commit 7d5c77a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.markdown

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# timeago: a jQuery plugin
22

3+
[![NPM](https://img.shields.io/npm/v/timeago.svg)](https://www.npmjs.com/package/timeago)
4+
[![Bower](https://img.shields.io/bower/v/jquery-timeago.svg)](http://bower.io/search/?q=jquery-timeago)
5+
36
Timeago is a jQuery plugin that makes it easy to support automatically updating
47
fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601
58
formatted dates and times embedded in your HTML (à la microformats).
@@ -9,18 +12,19 @@ formatted dates and times embedded in your HTML (à la microformats).
912
**How You Can Help**
1013

1114
[![Square Cash](http://img.shields.io/badge/square%20cash-$rmm5t-brightgreen.svg)][square]
12-
[![Gratipay](http://img.shields.io/gratipay/rmm5t.svg)][gratipay]
15+
[![PayPal](http://img.shields.io/badge/paypal-rmm5t-blue.svg)][paypal]
1316
[![Book a Codementor session](http://img.shields.io/badge/codementor-book%20a%20session-orange.svg)][codementor]
1417

15-
If you like this project, [buy me a coffee][square], [donate via Gratipay][gratipay], or [book a session with me on Codementor][codementor].
16-
17-
Bitcoin: `1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m`
18+
If you like this project, [buy me a coffee][paypal], or [book a session with me][codementor], or donate bitcoin: `1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m`
1819

19-
[square]: https://cash.me/$rmm5t "Donate to rmm5t for open source!"
20-
[gratipay]: https://gratipay.com/rmm5t/ "Donate to rmm5t for open source!"
20+
[square]: https://cash.me/$rmm5t/5 "Donate to rmm5t for open source!"
21+
[paypal]: https://www.paypal.me/rmm5t/5 "Donate to rmm5t for open source!"
2122
[bitcoin]: bitcoin:1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m?amount=0.01&label=Coffee%20to%20rmm5t%20for%20Open%20Source "Buy rmm5t a coffee for open source!"
2223
[codementor]: https://www.codementor.io/rmm5t?utm_campaign=profile&utm_source=button-rmm5t&utm_medium=shields "Book a session with rmm5t on Codementor!"
2324

25+
[![Twitter](https://img.shields.io/twitter/follow/rmm5t.svg?style=social)](https://twitter.com/rmm5t)
26+
[![Stack Overflow](https://img.shields.io/stackexchange/stackoverflow/r/8985.svg?style=social)](http://stackoverflow.com/users/8985/ryan-mcgeary)
27+
2428
## Usage
2529

2630
First, load jQuery and the plugin:

0 commit comments

Comments
 (0)