From c4bdbd33a71f5840c70804ebf085705e92cb1996 Mon Sep 17 00:00:00 2001 From: nanos Date: Tue, 3 Sep 2024 08:04:12 +0100 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e68d3a2..5baf9e8 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ FediFetcher is also available in a pre-packaged container, [FediFetcher](https:/ Persistent files are stored in `/app/artifacts` within the container, so you may want to map this to a local folder on your system. -An [example Kubernetes CronJob](./examples/k8s-cronjob.md5) for running the container is included in the `examples` folder. +An [example Kubernetes CronJob](./examples/k8s-cronjob.md) for running the container is included in the `examples` folder. An [example Docker Compose Script](./examples/docker-compose.yaml) for running the container periodically is included in the `examples` folder.