diff --git a/README.md b/README.md index e95c9b0..84919c1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate a backup +## Usage + ```yaml ... steps: @@ -16,6 +18,16 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate options: "-O" ``` +If you feel generous and want to show some extra appreciation: + +Support this project with a :star: + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +[buymeacoffee]: https://www.buymeacoffee.com/jackton1 + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png + ## Inputs | Input | type | required | default | description | @@ -26,14 +38,6 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate * Free software: [MIT license](LICENSE) -If you feel generous and want to show some extra appreciation: - -[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] - -[buymeacoffee]: https://www.buymeacoffee.com/jackton1 - -[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png - ## Credits This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).