Merge pull request #207 from ZaMaZaN4iK/master

Fix typo in README
This commit is contained in:
Plecra 2020-11-15 18:13:43 +00:00 committed by GitHub
commit b3c32794cd
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ Examples
See the [examples directory](examples) for: See the [examples directory](examples) for:
* How to write a file to a zip. * How to write a file to a zip.
* how to write a directory of files to a zip (using [walkdir](https://github.com/BurntSushi/walkdir)). * How to write a directory of files to a zip (using [walkdir](https://github.com/BurntSushi/walkdir)).
* How to extract a zip file. * How to extract a zip file.
* How to extract a single file from a zip. * How to extract a single file from a zip.
* How to read a zip from the standard input. * How to read a zip from the standard input.