Skip to content

Commit

Permalink
Fixed code example typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacz authored Dec 31, 2021
1 parent 3d150fe commit eb55bbc
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 @@ -54,7 +54,7 @@ Or you can generate a fingerprint from a memory buffer:
```go
b, _ := ioutil.ReadFile("/path/to/file.mp4")

ft, err := pexae.FingerprintBuffer(b)
ft, err := client.FingerprintBuffer(b)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit eb55bbc

Please sign in to comment.