Skip to content

Commit 9717694

Browse files
authored
Update README.md
1 parent 28bd5da commit 9717694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hashfn = LSHFunction(similarity function,
5656
For example, the following snippet generates 10 locality-sensitive hash functions (bundled together into a single `SimHash` struct) for cosine similarity:
5757

5858
```julia
59-
julia> using LSH;
59+
julia> using LSHFunction;
6060

6161
julia> hashfn = LSHFunction(cossim, 10);
6262

0 commit comments

Comments
 (0)