From 8dab742792b4eff029085ddc353ef93d761b5825 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Sun, 6 Feb 2022 20:23:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52a7e59..c710735 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ To use the package follow the sequence of functions/methods: 2) HashSet and DecimalHash to get corresponding hash set and central hash from results of (2). If DecimalHash is not suitable because of very large number of buckets or dimensions, use FNV1aHash to get both the hash set and the central hash). [Example](https://github.com/vitali-fedulov/images3/blob/master/hashes.go) of usage for image comparison. + +[Go doc](https://pkg.go.dev/github.com/vitali-fedulov/hyper) for the package.