From 9321f187d2589d2408f5329de9759807661e7b77 Mon Sep 17 00:00:00 2001 From: john-okeefe Date: Thu, 7 Dec 2023 16:56:48 -0500 Subject: [PATCH] Updated README.md for better grammar and accuracy to what the program does --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f03902..26ce22f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# checkdigitCalculator - -This is a calculator written in Go to process text files of a large list of UPCs calculating their Check Digits. \ No newline at end of file +# checkdigitCalculator + +This is a calculator written in Go to process a text file of a large list of UPCs calculating their Check Digits. \ No newline at end of file