diff --git a/README.md b/README.md index e960ec7..576a6e4 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ to Mastodon. reads the database and posts any scoring plays that have not been posted yet. * `mlbhighlightsave.sh` and `mlbhighlightpost.sh` work similarly to the previous pair, but post video highlights instead. -* `posthighlights.sql` and `postplays.sql` are used by the posting scripts to - select unposted data and then mark that data as posted. +* `mlbgames.sh`, `mlbstartpost.sh`, and `mlbfinalpost.sh` are used to make a + post at the start and end of games. +* `posthighlights.sql`, `postplays.sql`, `poststart.sql`, and `postfinal.sql` + are used by the posting scripts to select unposted data and then mark that +data as posted. * `schema.sql` defines the table that new data gets saved to. Note that there are invisible characters (like 0x1f) in some of the files.