From 6cb4d04cef98ad1d2b1bd80a04404377e7e83008 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 4 Oct 2021 13:46:03 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eea2e2..bde7264 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ fn main() { ``` ## Compression -If your tar file is compressed, e.g. bei `.tar.gz`/`gzip`, you need to uncompress the bytes first +If your tar file is compressed, e.g. by `.tar.gz`/`gzip`, you need to uncompress the bytes first (e.g. by a *gzip* library). Afterwards, this crate can read and write the Tar archive format from the bytes. ## MSRV