Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
Fixes #345
  • Loading branch information
sindresorhus committed Apr 6, 2020
1 parent cf34c7b commit 8f3a08d
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 @@ -49,7 +49,7 @@ const FileType = require('file-type');
const stream = fs.createReadStream('Unicorn.mp4');

console.log(await FileType.fromStream(stream));
//=> {ext: 'mp4', mime: 'image/mp4'}
//=> {ext: 'mp4', mime: 'video/mp4'}
}
)();
```
Expand Down

0 comments on commit 8f3a08d

Please sign in to comment.