Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 25, 2024
1 parent e97a1a8 commit 0090c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0090c1b

Please sign in to comment.