diff --git a/home.md b/home.md index 9dce620..8adb1d7 100644 --- a/home.md +++ b/home.md @@ -20,13 +20,13 @@ stateDiagram state "Host is notified upload complete" as s4 state "upload_confirm.php" as s4 s4 --> s5 - state "A janitor Processes the shownotes" as s5 + state "An HPR Janitor processes the shownotes" as s5 s5 --> s6 - state "A janitor processes the media" as s6 + state "An HPR Janitor processes the media" as s6 state "hprtranscode.bash" as s6 state "Show posted to HPR" as s6 s6 --> s7 - state "A janitor posts to Archive.org" as s7 + state "An HPR Janitor posts to Archive.org" as s7 s7 --> [*] ```