Skip to content

Commit

Permalink
Readme: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Jun 20, 2016
1 parent 89a0812 commit 23a2b77
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 @@ -6,7 +6,7 @@ hls.js is a JavaScript library which implements an [HTTP Live Streaming] client.
It relies on [HTML5 video][] and [MediaSource Extensions][] for playback.

It works by transmuxing MPEG-2 Transport Stream into ISO BMFF (MP4) fragments.
this transmuxing could be performed asynchronously using [Web Worker] if available in the browser.
This transmuxing could be performed asynchronously using [Web Worker] if available in the browser.

hls.js does not need any player, it works directly on top of a standard HTML```<video>```element.

Expand Down

0 comments on commit 23a2b77

Please sign in to comment.