diff --git a/README.md b/README.md index d8fc9bb..74d128b 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ following command: ```bash ./builder run -owner TELEGRAM_ID -model PATH_TO_MODEL -scorer PATH_TO_SCORER ``` -* *TELEGRAM_ID*: Is your telegram id. It will only reply to you and tell others +* **TELEGRAM_ID**: Is your telegram id. It will only reply to you and tell others to F off. -* *PATH_TO_MODEL(optoinal)*: Is the path to the model file you want to use for speech recognition. +* **PATH_TO_MODEL(optoinal)**: Is the path to the model file you want to use for speech recognition. the default points to the default model in the models directory. -* *PATH_TO_SCORER(optional)*: Is the path to the scorer to be use to speech recognition. +* **PATH_TO_SCORER(optional)**: Is the path to the scorer to be use to speech recognition. the default points to the default scorer in the models directory. Models and scorers should be compatible with [Coqui](https://coqui.ai/).