From 71aa0d133dec30014008e7ed95d77dc98cd1b2bf Mon Sep 17 00:00:00 2001
From: Alexey Avramov <hakavlad@gmail.com>
Date: Fri, 13 Oct 2023 00:00:21 +0900
Subject: [PATCH] Update README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6bc335e..316f929 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ The data will be read in 4096-byte chunks with a pseudo-random offset and hashed
 
 Memory access patterns during reading of the first half of a given amount of data depend only on the salt (iMHF). Memory access patterns during reading of the second half of a given amount of data also depend the results of previous steps (dMHF).
 
-Output length is always 64 bytes.
+The output length is always 64 bytes.
 
 ## Install