From a00a79ff86f861b80d0d861aaf92ff8ff28fb2ef Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Fri, 1 May 2026 07:36:11 +0200 Subject: [PATCH] docs: move author section to bottom of README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59c6124..1cd7480 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ To have the alarm start automatically at a specific time (e.g., 6:45 AM on weekd * *Correct:* The music stops and the script exits. * *Incorrect:* The alarm waits a few seconds and generates a completely new sequence for you to solve. -## Author -Markus Graf (info@marksugraf.ch) ## Troubleshooting **Audio issues when running via Cron (ALSA: Couldn't open audio device: Unknown error 524):** @@ -77,3 +75,6 @@ ctl.!default { } ``` *(Note: Change `hw:2,0` and `card 2` to match your actual headphone jack card index, which you can find by running `aplay -l`).* + +## Author +Markus Graf (info@marksugraf.ch)