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)