aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 )