Skip to content

Commit 69c31db

Browse files
committed
README fix
1 parent cb0b56e commit 69c31db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ A common strategy is to replace the *guarantee of uniqueness* with a weaker but
101101

102102
Understanding probabilistic uniqueness requires some understanding of [*entropy*](https://en.wikipedia.org/wiki/Entropy_(information_theory)) and of estimating the probability of a [*collision*](https://en.wikipedia.org/wiki/Birthday_problem#Cast_as_a_collision_problem) (i.e., the probability that two strings in a set of randomly generated strings might be the same). Happily, you can use `entropy-string` without a deep understanding of these topics.
103103

104-
We'll begin investigating `entropy-string` by considering our [Real Need](#Real%20Need) when generating random strings.
104+
We'll begin investigating `entropy-string` by considering our [Real Need](#RealNeed) when generating random strings.
105105

106106
[TOC](#TOC)
107107

0 commit comments

Comments
 (0)