From c32ed92003a9230e14e71abb2ca464287c820a73 Mon Sep 17 00:00:00 2001 From: Nick Hepler Date: Wed, 20 Nov 2024 20:08:45 -0500 Subject: [PATCH] Add logo to README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f44c6..1860d47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # gotifyer +![gotifyer logo](https://git.nickhepler.cloud/nick/gotifyer/raw/branch/master/gotifyer_logo.png) ## Overview This Bash script allows you to send notifications using the Gotify service. It checks the health of the Gotify server before sending notifications and logs the results. @@ -60,4 +61,4 @@ Feel free to modify the script as needed. You can change the notification's prio - 5: Very High (default) ## License -This script is licensed under the GNU General Public License v3.0 or later. You are free to use, modify, and distribute this script under the same license. For more details, please refer to the [GNU General Public License](LICENSE). \ No newline at end of file +This script is licensed under the GNU General Public License v3.0 or later. You are free to use, modify, and distribute this script under the same license. For more details, please refer to the [GNU General Public License](LICENSE).