From 480aafcbd4e422daf403c966f270042017cef41e Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 15:56:33 +0200 Subject: [PATCH] [fix] Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbbfb00..a2b2914 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ python redilysis.py -v -s 0.5 python redilysis.py -v -i 192.168.2.20 -p 6379 ``` -**Change the internals of capture: run at 22000Hz with 2200 frames per buffer and 2 channels ** +**Change the internals of capture: run at 22000Hz with 2200 frames per buffer and 2 channels** ``` python redilysis.py -v -r 22000 -f 2200 -c 2 ```