From 980e3d36729dbaa894a647fe640e0b6fdb7d0f06 Mon Sep 17 00:00:00 2001 From: Lucas Saragosa <62749084+LucasSaragosa@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:17:04 +0000 Subject: [PATCH] Update main.c --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 7342fed..0955851 100644 --- a/main.c +++ b/main.c @@ -4,6 +4,8 @@ * page entries. Each entry holds a string and its CRCed value accompanied with it. On the reading end, it provides a fast * way to search crced values. The CRC checksum is done on the lower case version of the string, and is the CRC64-ECMA. * +* See the README for the format of the text file +* * Version 1.3 * */