From ab3677203ce6de334a2b1acee148f95c60fc0119 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 12 May 2020 00:44:53 +0200 Subject: [PATCH] added funding.yml --- .github/funding.yml | 1 + readme.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 00000000..423e7003 --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1 @@ +github: dg diff --git a/readme.md b/readme.md index aea548eb..c8fcd630 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,13 @@ Introduction Database access functions in PHP are not standardised. This library hides the differences between them, and above all, it gives you a very handy interface. -If you like Dibi, **[please make a donation now](https://nette.org/make-donation?to=dibi)**. Thank you! + +Support Project +--------------- + +Do you like Dibi? Are you looking forward to the new features? + +[![Donate](https://files.nette.org/icons/donation-1.svg?)](https://nette.org/make-donation?to=dibi) Installation