From 54b25590f9943ee28c6bf6ea8171f8a09e463a14 Mon Sep 17 00:00:00 2001 From: John O'Neil Date: Sat, 11 Oct 2025 12:18:20 -0700 Subject: [PATCH] Fixes #80 typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 857703a..b41036d 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ pip install -e . This package provides the `arib-ts2srt` tool which extracts closed caption data from a `.ts` file and produces a simple `.srt` file output. This application also serves as a simple example of how to use the underying library. ``` -arib-ts2srt [-o ] +arib-ts2srt stream.ts [-o ] ``` An option exists to alternately output `.srt` data directly to stdout: ``` -arib-ts2srt --stdou > output.srt +arib-ts2srt --stdout stream.ts > output.srt ``` ## `arib-ts2ass`