From e6034f3972462c5f3cb528a28e37d26a9eeb05c0 Mon Sep 17 00:00:00 2001 From: platane Date: Mon, 17 Jul 2023 23:04:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f694a03..746d448 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Available as github action. It can automatically generate a new image each day. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L24-L29) +[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L25-L33) If you are only interested in generating a svg, consider using this faster action: `uses: Platane/snk/svg-only@v2`