• docs: inline js and css in "getting started" section

    feross committed Jan 23, 2017
    To fix confusion about where the <script> tag should be added. It
    belongs right before </body>, not in the <head>.
    
    Prompted by this issue: feross/render-media#23