From 8ed4c7410b59ce214dfb6b8e1ec88a34d25dd0ba Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Fri, 11 Nov 2022 19:14:21 -0500 Subject: [PATCH] Fixed minor type and replaced "date" with "timestamp" in the log format --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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