From 19c32aff6c39dcddb42c24dcf0376cbc69896a6d Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 1 Jun 2017 10:56:11 +0100 Subject: [PATCH] README fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ef73290..ca08c1e7 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ In general, I recommend GZip (Deflate)/BZip2 (BZip)/LZip (LZMA) as the simplicit Zip is okay, but it's a very hap-hazard format and the variation in headers and implementations makes it hard to get correct. Uses Deflate by default but supports a lot of compression methods. -RAR is not recommended as it's a propriatory format and the compression is closed source. +RAR is not recommended as it's a propriatory format and the compression is closed source. Use Tar/LZip for LZMA -7Zip and XZ both are overly complicated. 7Zip does not support streamable formats. XZ has known holes explained here: (http://www.nongnu.org/lzip/xz_inadequate.html) Use LZip for LZMA compression instead. +7Zip and XZ both are overly complicated. 7Zip does not support streamable formats. XZ has known holes explained here: (http://www.nongnu.org/lzip/xz_inadequate.html) Use Tar/LZip for LZMA compression instead. ## A Simple Request