README.md in zip_tricks-2.5.0 vs README.md in zip_tricks-2.6.0
- old
+ new
@@ -4,10 +4,15 @@
Makes Rubyzip sing, dance and play saxophone for streaming applications.
Spiritual successor to [zipline](https://github.com/fringd/zipline)
Requires Ruby 2.1+, rubyzip and a couple of other gems (all available to jRuby as well).
-The library is composed of a loose set of modules which are described below.
+The library is composed of a loose set of modules.
+
+## Usage by example
+
+Check out the `examples/` directory at the root of the project. This will give you a good idea
+of various use cases the library supports.
## BlockDeflate
Deflate a byte stream in blocks of N bytes, optionally writing a terminator marker. This can be used to
compress a file in parts.