CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.44k stars 835 forks source link

Replace .txt files with .md files #249

Closed zlatanvasovic closed 4 years ago

zlatanvasovic commented 8 years ago

I think there's no reason to use .txt files on GitHub, because it supports Markdown which is way easier to read. VERSIONS.txt and README_CREATEJS_NAMESPACE.txt are redundantly hard to read and the latter has bad name. LICENSE.txt is still okay, but other files aren't.

Just a suggestion. I think everybody would profit from changing those files type and syntax to Markdown.

lannymcnie commented 8 years ago

Good suggestion. I think we can probably retire the NAMESPACE file anyways -- it was important when we added the namespace, since it broke everything -- but its been like 4 years. Looks like it has already been removed on the EaselJS repository, so we will make these changes shortly.

zlatanvasovic commented 8 years ago

Great to hear. :clap: