phetsims / tambo

library containing code to support sonification of PhET simulations
MIT License
2 stars 4 forks source link

Replace soundSupported amd enhancedSoundSupported with supportsSound and supportsEhnahcedSound in adding-sound-to-a-sim.md #149

Closed jessegreenberg closed 3 years ago

jessegreenberg commented 3 years ago

Just noticed while going through checklist in adding-sound-to-a-sim.md, the soundSupported: true and enhancedSoundSupported: true have been renamed to supportsSound: true and supportsEnhancedSound: true in package.json. The entries are also under the features sub-object under phet in package.json.

jessegreenberg commented 3 years ago

Simple enough to not need review, but didn't want to commit to tambo without notifying its keeper, @jbphet feel free to reopen if you have comments.