From 6bab55ce2ded07234b69325099207b2f06b1c6a5 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 11 Oct 2020 16:55:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2cbffd..145b8e5 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Generates CRC lookup tables for common CRC algorithms for 8, 16, 32 and 64 bit C **Example** -Generate the lookup table for CRC8 CCITT -crc-table crc8-ccitt +Generate the lookup table for CRC8 CCITT
+`crc-table crc8-ccitt` **Currently generates tables for:-**