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 0dfc1dd commit 3668ccb
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 @@ -58,7 +58,7 @@ import (
)

func main() {
s := storage.NewStorage("/path/to/storage")
s := storage.NewStorage(storage.StorageOptions{Root: "/path/to/storage"})
h := hash.NewSHA256Generator()
p := processor.NewDedupProcessor("/path/to/folder", s, h, 2, true)

Expand Down

0 comments on commit 3668ccb

Please sign in to comment.