Fix typo in README

Just a very-very-very-very small fix in README :)
This commit is contained in:
Alexander Zaitsev 2020-10-30 19:11:00 +03:00 committed by GitHub
parent 9884c68315
commit 219bb9b67c
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ Examples
See the [examples directory](examples) for:
* 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 single file from a zip.
* How to read a zip from the standard input.