From 6d1eb59d666e9ab282f76be4dd45bad8977c0522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET=20=28aider=29?= <tseeker@nocternity.net> Date: Fri, 11 Apr 2025 12:17:13 +0200 Subject: [PATCH] docs: update map command syntax in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e5f68..7be272a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ COPY <source> <index_or_range> ### MAP Maps text from one file to another with a time offset. The command supports two different syntaxes. -**Syntax:** +**Syntax 1:** ``` MAP <text_source> <text_start> <time_start> <count> ```