Speech-Rule-Engine / speech-rule-engine

Generating speech descriptions for XML structures
https://zorkow.github.io/speech-rule-engine/
Apache License 2.0
73 stars 39 forks source link

sre.engineReady() vs sre.sreReady() in README #755

Open brichwin opened 1 month ago

brichwin commented 1 month ago

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>')));