From 596a03d9bcbd6900bbe0d2923c7878580c9265e1 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 26 Feb 2023 00:21:09 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5c5782..f254546 100644 --- 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: