Marak / say.js

TTS (text to speech) for node.js. send text from node.js to your speakers.
MIT License
1.49k stars 214 forks source link

setPlatform removed from lib, but not from docs #76

Closed nickcorin closed 5 years ago

nickcorin commented 6 years ago

The setPlatform(platform) function was removed in this commit but the docs weren't updated to align with the changes.

Would the preferred fix be re-implementing the feature to align with the new Platform split? Or just editing the docs?