Skip to content

Commit 70fce5d

Browse files
committed
merge: sync origin/master
2 parents 6d5244a + 8580fc2 commit 70fce5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ diff input.txt restored.txt # No output = identical
133133
## Project Structure
134134

135135
```
136-
compresskit/
136+
compress-kit/
137137
├── algorithms/ # Compression algorithm implementations
138138
│ ├── huffman/ # Prefix-code compression
139139
│ ├── arithmetic/ # Arithmetic coding

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ diff input.txt restored.txt # 无输出 = 完全相同
133133
## 项目结构
134134

135135
```
136-
compresskit/
136+
compress-kit/
137137
├── algorithms/ # 压缩算法实现
138138
│ ├── huffman/ # 前缀码压缩
139139
│ ├── arithmetic/ # 算术编码

0 commit comments

Comments
 (0)