summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-11 00:38:53 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-11 00:38:53 -0400
commit39d68baa0ea929acbf4897c5069de3be502d5e74 (patch)
tree2c9711825cf6e5b68234e08b2155b6b59ed3febd /README.md
parent0051061737064118f067c7c313f9935ed66e6109 (diff)
downloadzip-crystal-39d68baa0ea929acbf4897c5069de3be502d5e74.tar.bz2
zip-crystal-39d68baa0ea929acbf4897c5069de3be502d5e74.zip
remove Development from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index be0d075..ce61979 100644
--- a/README.md
+++ b/README.md
@@ -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 )