frugalvox

A tiny VoIP IVR framework by hackers, for hackers
git clone git://git.luxferre.top/frugalvox.git
Log | Files | Refs | README | LICENSE

commit 596a03d9bcbd6900bbe0d2923c7878580c9265e1
parent 8fb1f900364600fc19fbebe861b695fae44870dd
Author: Luxferre <lux@ferre>
Date:   Sun, 26 Feb 2023 00:21:09 +0200

typo

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -25,7 +25,7 @@ A tiny VoIP IVR framework by hackers and for hackers. - Python 3.8 or higher (3.10 recommended) - pyVoIP 1.6.4, patched according to [this comment](https://github.com/tayler6000/pyVoIP/issues/107#issuecomment-1440231926) (also available in a `.whl` file in this repo) - NumPy (mandatory, required for DTMF detection) -- eSpeakNG and SoX(optional but required for the default TTS engine configuration) +- eSpeakNG and SoX (optional but required for the default TTS engine configuration) ### Usage @@ -53,7 +53,7 @@ Note that the `/path/to/configdir` must be absolute. Use `$(pwd)` command to get ### Running from Docker Compose -Add this to your `compose.yaml`, replacing `$PWD/example-config` with your configuration direcory path: +Add this to your `compose.yaml`, replacing `$PWD/example-config` with your configuration directory path: ```yaml services: