From e3a3e61bce0e62c2397bbc5bde3eff81b915c94a Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 22 May 2025 20:50:59 +0200 Subject: [PATCH] docs(readme): update project time badge interval - Adjusts the project time badge interval from "today" to "any" --- README.DE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.DE.md b/README.DE.md index ee55d09..d40546a 100644 --- a/README.DE.md +++ b/README.DE.md @@ -1,6 +1,6 @@ # systemd-timer -![Project time](https://waka.0xmax42.io/api/badge/0XMax42/interval:today/project:systemd-timer?label=Project%20time) +![Project time](https://waka.0xmax42.io/api/badge/0XMax42/interval:any/project:systemd-timer?label=Project%20time) Ein einfaches CLI-Tool zum schnellen Erzeugen von systemd `.service` und `.timer` Units – als Ersatz oder moderne Ergänzung zu klassischen `cron`-Jobs. diff --git a/README.md b/README.md index f0b9e4f..45639ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # systemd-timer -- ![Project time](https://waka.0xmax42.io/api/badge/0XMax42/interval\:today/project\:systemd-timer?label=Project%20time) +- ![Project time](https://waka.0xmax42.io/api/badge/0XMax42/interval:any/project:systemd-timer?label=Project%20time) - [Deutsche Version dieser Readme](README.DE.md) A simple CLI tool for quickly generating systemd `.service` and `.timer` units — as a replacement or modern supplement to classic `cron` jobs.