Speech-Rule-Engine/speech-rule-engine

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

Opened this issue · 0 comments

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