summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-13 14:36:06 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-13 14:36:06 -0400
commit72937972e1a3e44e1f453d6ef3933f849153689e (patch)
tree6407ce901f93374f0a58b6d6e37dde1bf54c36be /README.md
parentacaa56a26d17a01baceda41dbc1a2efa728d2414 (diff)
downloadzip-crystal-72937972e1a3e44e1f453d6ef3933f849153689e.tar.bz2
zip-crystal-72937972e1a3e44e1f453d6ef3933f849153689e.zip
update READMEv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b424693..32782f9 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,7 @@ Read and write zip archives natively from
*Features*
* Read and write zip files
* Native Crystal, no dependencies other than zlib
-* Stream writing (e.g. write zip to socket, pipe or other arbitrary,
- non-seekable IO)
+* Stream writing (e.g. write zip to socket, pipe, or other arbitrary, non-seekable IO)
* ZIP64 support
* Store and DEFLATE compression
* UTF-8 filename and comment support (EFS)