From 3a1d1d6e7a573b02a773645c85e6bfcadce53bed Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 5 Feb 2021 21:37:42 +0100 Subject: [PATCH] readme: added support me --- readme.md | 8 +++++--- src/Tracy/BlueScreen/assets/content.phtml | 2 +- tests/Tracy/expected/Debugger.E_ERROR.html.expect | 2 +- tests/Tracy/expected/Debugger.error-in-eval.expect | 2 +- tests/Tracy/expected/Debugger.exception.html.expect | 2 +- tests/Tracy/expected/Debugger.strict.html.expect | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index c0120a351..47f7c5206 100644 --- a/readme.md +++ b/readme.md @@ -26,12 +26,14 @@ If you are meeting Tracy for the first time, believe me, your life starts to be Documentation can be found on the [website](https://tracy.nette.org). -Support Project ---------------- +[Support Tracy](https://github.com/sponsors/dg) +----------------------------------------------- Do you like Tracy? Are you looking forward to the new features? -[![Donate](https://files.nette.org/icons/donation-1.svg?)](https://nette.org/make-donation?to=tracy) +[![Buy me a coffee](https://files.nette.org/icons/donation-3.svg)](https://github.com/sponsors/dg) + +Thank you! Installation and requirements diff --git a/src/Tracy/BlueScreen/assets/content.phtml b/src/Tracy/BlueScreen/assets/content.phtml index ad12d9da3..6bbd3deb6 100644 --- a/src/Tracy/BlueScreen/assets/content.phtml +++ b/src/Tracy/BlueScreen/assets/content.phtml @@ -358,7 +358,7 @@ $code = $exception->getCode() ? ' #' . $exception->getCode() : '';