From d2186429162936f6207e2dfca6b47259f6e2c99a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 16 May 2020 18:32:17 +0200 Subject: [PATCH] Fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a92ffe..1a71101 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ $ pip install merkle-tree-stream ``` -A hash tree or merkle tree is a tree in which every leaf node is labelled -with the hash of a data block and every non-leaf node is labelled with the -cryptographic hash of the labels of its child nodes. Merkle trees in Dat -are specialized `flat trees`\_ that contain the content of the archives. +A hash tree or merkle tree is a tree in which every leaf node is labelled with +the hash of a data block and every non-leaf node is labelled with the +cryptographic hash of the labels of its child nodes. Merkle trees in Dat are +specialized flat trees that contain the content of the archives.