Skip to content

Commit f248549

Browse files
committed
Indicate options object is optional
1 parent 3b19214 commit f248549

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
@@ -15,7 +15,7 @@ fpcalc("./audio.mp3", function(err, result) {
1515

1616
# API
1717

18-
## `fpcalc(file, options, callback)`
18+
## `fpcalc(file, [options,] callback)`
1919

2020
Calculates the fingerprint of the given audio file.
2121

0 commit comments

Comments
 (0)