mohayonao / web-audio-engine

Pure JS implementation of the Web Audio API
243 stars 32 forks source link

Fix typo in readme #55

Closed StijnRuts closed 7 years ago

StijnRuts commented 7 years ago

Fixes a typo in the classname of RenderingAudioContext. This also fixes the example code, as require("web-audio-engine").RenderingAudioContxt is not defined.

mohayonao commented 7 years ago

thanks!!