Merge pull request #211 from vivek28111992/patch-1

Updated ReadMe.md
This commit is contained in:
Angelos Chalaris
2017-12-17 13:11:44 +02:00
committed by GitHub

View File

@ -1058,7 +1058,7 @@ const standardDeviation = (arr, usePopulation = false) => {
### Speech synthesis (experimental)
Use `SpeechSynthesisUtterance.voice` and `indow.speechSynthesis.getVoices()` to convert a message to speech.
Use `SpeechSynthesisUtterance.voice` and `window.speechSynthesis.getVoices()` to convert a message to speech.
Use `window.speechSynthesis.speak()` to play the message.
Learn more about the [SpeechSynthesisUtterance interface of the Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance).