aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-18 20:36:25 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-18 20:36:25 -0500
commit29da58fa8261b42387114806b1bd073c55a732a7 (patch)
treebdb22df791805c38d60c11f849243affd347e6ee
parentb416e2cf45c44f385bda8de76088fe163c9acd94 (diff)
fixed type in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a1ee18..b41858b 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,11 @@ Encode Alice.txt using LittleWomen.txt to generate Huffman codes
Linux
```
- ./release/linux-x64/HuffmanCodes ./LittleWomen.txt ./Alice.txt
+ ./release/linux-x64/HuffmanCodes ./Alice.txt ./LittleWomen.txt
```
Windows
```
- ./release/win-x64/HuffmanCodes.exe ./LittleWomen.txt ./Alice.txt
+ ./release/win-x64/HuffmanCodes.exe ./Alice.txt ./LittleWomen.txt
```
### Output