From 413de6248dc618a2d3cfe7267ec64d86be258bec Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 21:56:17 +0900 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27363d4..3b1d94e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 80 ```bash # Client -poetry run python -m whisper_streaming.websocket_client --host ADDRES_OF_HOST --port 8000 +poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000 ``` ## Tips