From eb0c8c223604a9b246f4679e202d939317ccf7d2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 27 Dec 2016 20:24:11 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44380f2..0fd163e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ API documentation can be generated using Doxygen with `make tagparser_apidoc`. ## Bugs, stability - Matroska files composed of more than one segment aren't tested yet and might not work -- It is recommend you to create backups before editing because I can not test whether the library works with all kind of files +- It is recommend to create backups before editing because I can not test whether the library + works with all kinds of files (when forcing rewrite a backup is always created) ## Build instructions The tagparser library depends on c++utilities and is built in the same way.