Skip to content

Commit a7fdb87

Browse files
Update README.md
1 parent 1a45799 commit a7fdb87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ module.exports = CODEC_TYPES => ({
4949
display: true,
5050
defaultCodec: null,
5151
type: "video/mp4",
52-
codecs: [CODEC_TYPES.H264, CODEC_TYPES.MPEG4], // Add to this list with the newly added Codec Type
52+
codecs: [CODEC_TYPES.H264, CODEC_TYPES.MPEG4],
53+
// Add to this list with the newly added Codec Type
5354
})
5455
```
5556

0 commit comments

Comments
 (0)