mdn / webaudio-examples

Code examples that accompany the MDN Web Docs pages relating to Web Audio.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Creative Commons Zero v1.0 Universal
1.28k stars 433 forks source link

docs: Update directory descriptions in README #38

Closed mattfsourcecode closed 4 years ago

mattfsourcecode commented 4 years ago

I added header titles to each section, made some revisions to the description text, and hyperlinked each directory name to its respective url.

Please do make any additional edits to my changes if you want to.

chrisdavidmills commented 4 years ago

Thanks @matt-eric, this looks pretty nice. My one nitpick is — can you make the headings <h2>s? It seems a bit odd to have <h3>s sitting below <h1>s.

Thanks!

mattfsourcecode commented 4 years ago

Thanks @chrisdavidmills, that does seem like the appropriate choice. The headers are <h2>s now.