diff --git a/README.md b/README.md index 5ee039e..e5f44c6 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ Before using the script, you need to set the following configuration variables: - `MESSAGE`: The content of the notification you want to send. -- `LOG_FILE`: The file where the logs will be stored. The default is `gotify_notifications.log`. +- `LOG_FILE`: The file where the logs will be stored. The default is `gotifyer.log`. ## Usage 1. Clone or download the script to your local machine. 2. Open the script in a text editor and replace the configuration variables with your own values. 3. Make the script executable: ```bash - chmod +x gotify_notification.sh + chmod +x gotifyer.sh ``` 4. Run the script: ```bash - ./gotify_notification.sh + ./gotifyer.sh ``` ## How It Works