Skip to content

Commit 426d26f

Browse files
committed
README.md typo fix
1 parent 180a7ee commit 426d26f

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
@@ -26,7 +26,7 @@ Available options are: probeSize, analyzeDuration
2626

2727
const ffprobe = require('@tugrul/ffprobe');
2828

29-
ffprobe.getFileInfo(sample.mp4, { probeSize: 1 * 1024 * 1024 * 1024, analyzeDuration: 1000 * 1000000 }).then(result => {
29+
ffprobe.getFileInfo('sample.mp4', { probeSize: 1 * 1024 * 1024 * 1024, analyzeDuration: 1000 * 1000000 }).then(result => {
3030
console.log(result);
3131
});
3232

0 commit comments

Comments
 (0)