From a27204fef97277a2c4da6059264cc9ae1c5b52bc Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 28 Nov 2017 14:59:23 +0100 Subject: [PATCH] README: Use a blockquote to make text readable --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0e4de3d..d5dbe76b 100644 --- a/README.md +++ b/README.md @@ -175,9 +175,8 @@ end But there is one exception when it is not working - General Purpose Flag Bit 3. -``` -If bit 3 (0x08) of the general-purpose flags field is set, then the CRC-32 and file sizes are not known when the header is written. The fields in the local header are filled with zero, and the CRC-32 and size are appended in a 12-byte structure (optionally preceded by a 4-byte signature) immediately after the compressed data -``` +> If bit 3 (0x08) of the general-purpose flags field is set, then the CRC-32 and file sizes are not known when the header is written. The fields in the local header are filled with zero, and the CRC-32 and size are appended in a 12-byte structure (optionally preceded by a 4-byte signature) immediately after the compressed data + If `::Zip::InputStream` finds such entry in the zip archive it will raise an exception.