From b3f576a35469ac050c75cb336ae83e189261a093 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 8 Jan 2024 14:42:02 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9313df3..ef11a90 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ on the same filesystem as the file you are editing. Forcing a rewrite can improv editor will not even try to see whether it could be avoided and can thus skip computations that can take a notable time for big Matroska files. -Of course being able to avoid a rewrite would still be more optimal. Checkout the previous section how for to achieve +Of course being able to avoid a rewrite would still be more optimal. Checkout the previous section for how to achieve that. To improve performance further when avoiding a rewrite, put the tag at the end (CLI option `--tag-pos back`). Then the tag editor will not even try to put tags at the front and can thus skip a few computations. (Avoiding a rewrite is still not a good idea in general.)