From 266f99a1e7d9fcad297700e92c0d7f22613a0164 Mon Sep 17 00:00:00 2001 From: Anthony Wu <462072+anthonywu@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:53:13 -1000 Subject: [PATCH] fix doc to match arg rename --- whisper/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whisper/README.md b/whisper/README.md index 06ffc3ca..23d37783 100644 --- a/whisper/README.md +++ b/whisper/README.md @@ -44,8 +44,8 @@ useful when `mlx_whisper` acts as a composable command line utility. some-process | mlx_whisper # hypothetical demo of media content via stdin -# use --input-name to name your output artifacts -some-downloader https://some.url/media?id=lecture42 | mlx_whisper --input-name mlx-demo +# use --output-name to name your output artifacts +some-downloader https://some.url/media?id=lecture42 | mlx_whisper --output-name mlx-demo ```