From 7cd7504e72d220ffdd847c2b9854c0cde57a3534 Mon Sep 17 00:00:00 2001 From: Prince Date: Mon, 2 Feb 2026 14:19:03 +0530 Subject: [PATCH] Fix unclosed code block in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6662f7f7..b365d8ea 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to preserve compatibility with standard WebVTT players. Example: ```bash ccextractor input.ts --timestamp-map -o output.vtt - +``` ### Windows Package Managers @@ -132,4 +132,4 @@ For more information visit the CCExtractor website: [https://www.ccextractor.org ## License -GNU General Public License version 2.0 (GPL-2.0) +GNU General Public License version 2.0 (GPL-2.0) \ No newline at end of file