diff --git a/README.md b/README.md index 80ecfea..ce1948d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Sets default speech rate. The rate parameter is a float where where 0.01 is a sl Tts.setDefaultRate(0.6); ``` -There is a significant difference to how the rate parameter is interpreted by iOS and Android native TTS APIs. To provide unified cross-platform behaviour, translation is applied to the rate value. However, if you want to turn off translation you can provide optional `skipTransform` parameter to `Tts.setDefaultRate()` to pass rate value unmodified. +There is a significant difference to how the rate value is interpreted by iOS and Android native TTS APIs. To provide unified cross-platform behaviour, translation is applied to the rate value. However, if you want to turn off the translation, you can provide optional `skipTransform` parameter to `Tts.setDefaultRate()` to pass rate value unmodified. Do not translate rate parameter: