diff --git a/README.md b/README.md index 5f68aea2..95a7a982 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ There's more info in the [Getting Started](https://matvp91.github.io/mixwave/get ## Player -We built a `facade` that simplifies working with [HLS.js](https://github.com/video-dev/hls.js) and React player components. We've got a sample up on [StackBlitz - Mixwave Player Demo](https://stackblitz.com/edit/mixwave-player-demo) if you're interested in the implementation details. +We built a `facade` that simplifies working with [HLS.js](https://github.com/video-dev/hls.js) and React player components. + +**Demo**: We've got a sample up on [StackBlitz - Mixwave Player Demo](https://stackblitz.com/edit/mixwave-player-demo) if you're interested in the implementation details. ```sh # make sure hls.js is atleast v1.6.0, with interstitials support.