diff --git a/README.md b/README.md index a6f6102..d445164 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # date-tally -tblancher's date-tally program. Take's input from file or stdin, in the following log format: +tblancher's date-tally program. Takes input from file or stdin, in the following log format: ``` -tag:date -tag:date +tag:timestamp +tag:timestamp ``` -Where `date` is the output of the Linux or macOS `date` program. E.g.: +Where `timestamp` is the output of the Linux or macOS `date` program. E.g.: ``` my_tag:Wed Nov 9 12:51:32 EST 2022