From 589c4e609c203d6fef275f16dbc43aae849b0bda Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 6 Dec 2021 11:55:52 -0600 Subject: [PATCH] Fixed typo in constants section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 205e9a9..0c0335a 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ The above loop runs in under `500 ms`. The final output is compact at just `118 | File | Size | | ------------------ | --------- | | log.out | 1 byte | -| log.out.index | 6 bytes | -| log.out.runlength | 111 bytes | +| log.out.runlength | 6 bytes | +| log.out.index | 111 bytes | ```console foo@bar:~/dev/binary_log$ ls -lart log.out*