diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -5,7 +5,6 @@ Read and write zip archives natively from ## Installation - Add this to your application's `shard.yml`: ```yaml @@ -14,10 +13,8 @@ dependencies: github: pablotron/zip-crystal ``` - ## Usage - ```crystal require "zip-crystal/zip" @@ -46,10 +43,6 @@ end See the [API documentation](https://pablotron.github.com/zip-crystal/) for additional information. -## Development - -TODO: Write development instructions here - ## Contributing 1. Fork it ( https://github.com/pablotron/zip-crystal/fork ) |