diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-08-11 00:38:53 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-08-11 00:38:53 -0400 |
commit | 39d68baa0ea929acbf4897c5069de3be502d5e74 (patch) | |
tree | 2c9711825cf6e5b68234e08b2155b6b59ed3febd | |
parent | 0051061737064118f067c7c313f9935ed66e6109 (diff) | |
download | zip-crystal-39d68baa0ea929acbf4897c5069de3be502d5e74.tar.bz2 zip-crystal-39d68baa0ea929acbf4897c5069de3be502d5e74.zip |
remove Development from README
-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 ) |