mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-18 09:00:38 -05:00
Updated donation options in readme
This commit is contained in:
parent
74736c8d07
commit
2409c9f88d
1 changed files with 16 additions and 3 deletions
|
@ -4,10 +4,23 @@ Timeago is a jQuery plugin that makes it easy to support automatically updating
|
||||||
fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601
|
fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601
|
||||||
formatted dates and times embedded in your HTML (à la microformats).
|
formatted dates and times embedded in your HTML (à la microformats).
|
||||||
|
|
||||||
**If you like this project, please help by donating.**
|
## How You Can Help
|
||||||
|
|
||||||
* Gittip: https://www.gittip.com/rmm5t/
|
**If you like this project, please help. [Donate via Gittip][gittip] or [buy me a coffee with Bitcoin][bitcoin].<br>
|
||||||
* Bitcoin: `1wzBnMjWVZfpiFMc5i2nzKT7sCBaZNfLK`
|
You can also [book a session with me on Codementor][codementor].**
|
||||||
|
|
||||||
|
[![Gittip](http://img.shields.io/gittip/rmm5t.svg)][gittip]
|
||||||
|
[![Bitcoin](http://img.shields.io/badge/bitcoin-donate%20a%20coffee-brightgreen.svg)][bitcoin]
|
||||||
|
[![Book a Codementor session](http://img.shields.io/badge/codementor-book%20a%20session-orange.svg)][codementor]
|
||||||
|
|
||||||
|
**[BTC][bitcoin]**: `1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m`<br>
|
||||||
|
[![Bitcoin Donation][bitcoin-qr-small]][bitcoin-qr-big]
|
||||||
|
|
||||||
|
[gittip]: https://www.gittip.com/rmm5t/ "Donate to rmm5t for open source!"
|
||||||
|
[bitcoin]: bitcoin:1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m?amount=0.01&label=Coffee%20to%20rmm5t%20for%20Open%20Source "Buy rmm5t a coffee for open source!"
|
||||||
|
[bitcoin-qr-small]: http://chart.apis.google.com/chart?cht=qr&chs=150x150&chl=bitcoin%3A1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m%3Famount%3D0.01%26label%3DCoffee%2520to%2520rmm5t%2520for%2520Open%2520Source
|
||||||
|
[bitcoin-qr-big]: http://chart.apis.google.com/chart?cht=qr&chs=500x500&chl=bitcoin%3A1rmm5tv6f997JK5bLcGbRCZyVjZUPkQ2m%3Famount%3D0.01%26label%3DCoffee%2520to%2520rmm5t%2520for%2520Open%2520Source
|
||||||
|
[codementor]: https://www.codementor.io/rmm5t "Book a session with rmm5t on Codementor!"
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue