diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-08-05 21:06:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-08-05 21:06:06 -0700 |
commit | de63bba43c0a28d93ce0f546341f46fe26e1ff8e (patch) | |
tree | dd656b23b3c4b2a6ca9b1b40f03e9b1c55a0d31b | |
parent | d57851fbcf5f40dc0be491349a50964feb596cb0 (diff) | |
download | basta-de63bba43c0a28d93ce0f546341f46fe26e1ff8e.tar.gz basta-de63bba43c0a28d93ce0f546341f46fe26e1ff8e.tar.bz2 basta-de63bba43c0a28d93ce0f546341f46fe26e1ff8e.zip |
README: update mention of update_status_line to new name.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ This requires Bash 4.4 or higher. The clock actually updates. The code launches a background process which periodically the SIGALRM signal to the shell, -whose trap calls the `update_status_line` function. +whose trap calls the `basta.update_status` function. ## License |