From b125158854e3890729e72da611543bf19b9d9ce5 Mon Sep 17 00:00:00 2001 From: das-kaesebrot <49565683+das-kaesebrot@users.noreply.github.com> Date: Mon, 20 Feb 2023 01:55:10 +0100 Subject: [PATCH] remove automatic release tag name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b2c8ae..c9c7255 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CronAnnouncer is a Bukkit/Spigot plugin to allow scheduling broadcast/title messages to all users using a cron expression. ## Download and Installation -Download the latest `cron-announcer-x.x.x.xxx.jar` from the [releases](https://github.com/das-kaesebrot/CronAnnouncer/releases/tag/latest) tab, then place the downloaded .jar file in your Bukkit/Spigot/Paper server `plugins` subdirectory and restart the server. +Download the latest `cron-announcer-x.x.x.xxx.jar` from the [releases](https://github.com/das-kaesebrot/CronAnnouncer/releases) tab, then place the downloaded .jar file in your Bukkit/Spigot/Paper server `plugins` subdirectory and restart the server. ## Configuration Edit the default `config.yml`. @@ -48,4 +48,4 @@ schedules: This application uses Open Source components. You can find the source code of their open source projects along with license information below. We acknowledge and are grateful to these developers for their contributions to open source. ### [cron-utils](https://github.com/jmrozanec/cron-utils) - Copyright (c) 2014 [jmrozanec](https://github.com/jmrozanec) and contributors -- [Apache License 2.0](https://github.com/jmrozanec/cron-utils/blob/master/LICENSE) \ No newline at end of file +- [Apache License 2.0](https://github.com/jmrozanec/cron-utils/blob/master/LICENSE)