README should use https CDN
Created by: edent
Most modern browsers block mixed active content. That is, a https site won't load JavaScript from an http source.
I would suggest that the example given in the README uses <script src="http://cdn.dashjs.org/latest/dash.all.min.js"></script>
If only to stop idiots like me getting confused when things don't work :-)