From 65d201ed19bf5985f2ff4b0a22838056b654473a Mon Sep 17 00:00:00 2001
From: Philemon Prevot <philemon.prevot@lis-lab.fr>
Date: Mon, 12 May 2025 15:01:41 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 82d0d88..635835d 100644
--- a/README.md
+++ b/README.md
@@ -108,21 +108,21 @@ Optional arguments:
 As an example, to record a single 30-minute file of 2 channels at 16 kHz, run:
 
 ```
-jasonrec 2 16000 recording.wav -t 1800
+jasonrec 3 2 16000 recording.wav -t 1800
 ```
 
 To record 4 channels at 128 kHz sample rate in 5-minute chunks with filenames
 based on time stamps, without stopping, run:
 
 ```
-jasonrec 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300
+jasonrec 3 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300
 ```
 
 To record the same 4 channels at 128 kHz sample rate in 5-minute chunks with filenames
 based on time stamps, without stopping, but with the saving of the imu data run:
 
 ```
-jasonrec 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300 -i  %Y-%m-%d_%H-%M-%S.csv
+jasonrec 3 4 128000 %Y-%m-%d_%H-%M-%S.wav -c 300 -i  %Y-%m-%d_%H-%M-%S.csv
 ```
 
 File names may also include directory names based on time stamps, but the
-- 
GitLab