From f3376ece773d5a9b30ffae8a340f4d941e764298 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Mon, 4 Nov 2024 20:32:57 +0100 Subject: [PATCH] Update README.md (#120) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d04c455..d897a38 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ plt.show() * `print_metadata` will enable a DEBUG logger to log read messages, then it will print basic metadata for each found stream. * `python -m pyxdf.cli.print_metadata -f=/path/to/my.xdf` -* `playback_lsl` will open an XDF file then replay its data in an infinite loop, but using current timestamps. This is useful for prototyping online processing. - * `python -m pyxdf.cli.playback_lsl /path/to/my.xdf` +* `playback_lsl` will open an XDF file, then replay its data in an infinite loop, but using current timestamps. This is useful for prototyping online processing. + * `python -m pyxdf.cli.playback_lsl /path/to/my.xdf --loop` ## Installation