From ea4cc9dd4c455676eba9c2ba86d5ae411eaa2a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?d=20=F0=9F=94=B9?= Date: Sat, 28 Mar 2026 12:07:15 +0800 Subject: [PATCH] fix: correct unzip filename typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f6c06..dee0228 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ By default, outputs will be saved in `outputs/` directory. The experiment logs are stored as a multi-part ZIP archive. To extract them, ensure all .z01, .z02, etc., files are in the same directory as the .zip file, then run: ```bash zip -s 0 outputs_os_parts.zip --out unsplit_logs.zip -unzip unsplit_outputs.zip +unzip unsplit_logs.zip ``` ## Safety Consideration