From 28fef43398811b52f7730c3b490d9e5c1cd6c498 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:48:50 +0800 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b18a9..224c1c2 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Relative and absolute file paths are both allowed. Relative paths are rooted aga ### Altering compressions level (speed v. size) -If you are uploading large or easily compressable data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip. +If you are uploading large or easily compressible data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip. The value can range from 0 to 9: - 0: No compression