diff --git a/docs/guides/setup.md b/docs/guides/setup.md index 578442993..706c6f4bd 100644 --- a/docs/guides/setup.md +++ b/docs/guides/setup.md @@ -47,8 +47,7 @@ With Video.js you just use an HTML5 video tag to embed a video. Video.js will th - `video-js` applies styles that are required for Video.js functionality, like fullscreen and subtitles. - `vjs-default-skin` applies the default skin to the HTML controls, and can be removed or overridden to create your own controls design. -Otherwise include/exclude attributes, settings, sources, and tracks exactly as you would for HTML5 video. You may also need to add the video MIME types to your server configuration as documented [here](http://www.ewbooks.info/hotpot/hotpotatoes-xhtml5-audio-video) - +Otherwise include/exclude attributes, settings, sources, and tracks exactly as you would for HTML5 video.* ```html