From 0090c1bc37b352ac23c57a3d97c0cdc651a87114 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Sun, 25 Feb 2024 15:33:46 +0100 Subject: [PATCH] chore: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1bbc2..f323207 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ import ( func main() { s := storage.NewStorage("/path/to/storage") - h := hash.NewSHA256Generator() + h := hash.NewSHA256Generator() p := processor.NewDedupProcessor("/path/to/folder", s, h, 2, true) d := dabadee.NewDaBaDee(p)