From 219bb9b67c25cfdf0c1d770825d8b5f450226329 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Fri, 30 Oct 2020 19:11:00 +0300 Subject: [PATCH] Fix typo in README Just a very-very-very-very small fix in README :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a062c577..8bf6da7b0 100644 --- a/README.md +++ b/README.md @@ -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.