diff --git a/README.md b/README.md index 2ea4b11..a70cc9b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ API ### HyperLogLog.hash(string) In order to count items, they must first be hashed. The `hash()` function provides a suitable hash. -Its output is an array of four 32 bit postive integers, which, taken together constitute the complete +Its output is an array of four 32 bit positive integers, which, taken together constitute the complete hash of the input string. Currently the implementation is MurmurHash3-128. ### HyperLogLog(n)