From f9e8fc87037661733a6d2829e472a00373f83da9 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 2 Aug 2016 15:14:17 -0400 Subject: [PATCH] Fix markdown issue with interword italics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694973f..55f51e9 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ They disagree. :( ## Disclaimers -Warning: **obviously multihash values bias the first two bytes**. Do not expect them to be uniformly distributed. The entropy size is `len(multihash) - 2`. Skip the first two bytes when using them with bloom filters, etc. Why not _ap_pend instead of _pre_pend? Because when reading a stream of hashes, you can know the length of the hash (from the table). +Warning: **obviously multihash values bias the first two bytes**. Do not expect them to be uniformly distributed. The entropy size is `len(multihash) - 2`. Skip the first two bytes when using them with bloom filters, etc. Why not _ap_-pend instead of _pre_-pend? Because when reading a stream of hashes, you can know the length of the hash (from the table). ## Contribute