From 94df639eb8e2d26f16127f8c5e9479d177fb12bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Ernesto=20Rodr=C3=ADguez=20Caba=C3=B1as?= Date: Sat, 27 Apr 2019 12:54:08 +0100 Subject: [PATCH] Added "Buy me a coffee" banner to readme file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6a1eb6e..d3c2a35 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,11 @@ public void onRestoreInstanceState(Bundle savedInstanceState) { ## Further Details Check out the [sample application code](https://github.com/ernestoyaquello/VerticalStepperForm/tree/master/app/src/main/java/verticalstepperform/ernestoyaquello/com/verticalstepperform) to see a more complete example of how this library can be used to create vertical stepper forms. +## Support this library +The creation (and maintenance) of this library requires time and effort. If you find it useful and want to support it, please use the link below: + +[![Buy me a coffee!](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ernestoyaquello) + ## Contribution Feel free to contribute to this library, any help will be welcomed!