diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-08-13 14:36:58 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-08-13 14:36:58 -0400 |
commit | e89199b4e8835babe9b4c259d9bda7b1fb399f8b (patch) | |
tree | ca2c74fba39bc22de6a260237e5e6785b8d67ca9 | |
parent | a63cfd89ab6070e8c75b29535a615679552da764 (diff) | |
download | zip-crystal-e89199b4e8835babe9b4c259d9bda7b1fb399f8b.tar.bz2 zip-crystal-e89199b4e8835babe9b4c259d9bda7b1fb399f8b.zip |
update README.mdgh-pages
-rw-r--r-- | index.html | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -142,11 +142,7 @@ <p><em>Features</em></p> -<ul><li>Read and write zip files</li><li>Native Crystal, no dependencies other than zlib</li><li>Stream writing (e.g. write zip to socket, pipe or other arbitrary,</li></ul> - -<p>non-seekable IO)</p> - -<ul><li>ZIP64 support</li><li>Store and DEFLATE compression</li><li>UTF-8 filename and comment support (EFS)</li></ul> +<ul><li>Read and write zip files</li><li>Native Crystal, no dependencies other than zlib</li><li>Stream writing (e.g. write zip to socket, pipe, or other arbitrary, non-seekable IO)</li><li>ZIP64 support</li><li>Store and DEFLATE compression</li><li>UTF-8 filename and comment support (EFS)</li></ul> <p><em>TODO</em></p> |