Skip to content

Commit f36d9f5

Browse files
committed
..
1 parent b5a5cbd commit f36d9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Simple CLI-tool for compressing files using Huffman coding algorithm.
55
## Usage
66
Build
77
```bash
8-
go build main.go -o compress
8+
go build -o compress main.go
99
```
1010

1111
Run

0 commit comments

Comments
 (0)