sre.engineReady() vs sre.sreReady() in README
Opened this issue · 0 comments
brichwin commented
In the Configuration section of the README, it provides the code example including the line:
sre.engineReady().then(() => console.log(sre.toSpeech('<mo>=</mo>')));
Should that be:
sre.sreReady().then(() => console.log(sre.toSpeech('<mo>=</mo>')));