diff --git a/BACKERS.md b/BACKERS.md new file mode 100644 index 0000000..cea18c3 --- /dev/null +++ b/BACKERS.md @@ -0,0 +1,13 @@ +# Backers + +MarkdownView is an independent project with ongoing development and support made possible thanks to donations made by these awesome backers. If you'd like to join them, please consider: + +- [Become a backer or sponsor on Patreon](https://www.patreon.com/mukeshsolanki). +- [One-time donation via PayPal](https://www.paypal.me/mukeshsolanki) + + + +Thank you to everyone who has donated their time, money, and support! + +## Backers ($1 per month) +- Be the first to back this project \ No newline at end of file diff --git a/README.md b/README.md index b83cca2..8c8e7b0 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,25 @@

MarkdownView

- - + - - + - -

+

MarkdownView is a simple library that helps you display Markdown text or files on Android as a html page just like Github.

![Demo](https://raw.githubusercontent.com/mukeshsolanki/MarkdownView-Android/master/Screenshots/demo.gif) +# Supporting MarkdownView + +MarkdownView is an independent project with ongoing development and support made possible thanks to donations made by [these awesome backers](BACKERS.md#sponsors). If you'd like to join them, please consider: + +- [Become a backer or sponsor on Patreon](https://www.patreon.com/mukeshsolanki). +- [One-time donation via PayPal](https://www.paypal.me/mukeshsolanki) + + + ## Getting started Its really simple to integrate *MarkdownView* in android. All you need to do make the following change to you build gradle under the app module.