diff --git a/README.md b/README.md index 227c609..ff26908 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Go Cuckoo -A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. +A hash table that uses cuckoo hashing to achieve a worst-case O(1) lookup time. Read more about it in [the package documentation](https://pkg.go.dev/git.maximhutz.com/tools/go-cuckoo).