diff --git a/README.md b/README.md index 1f9f75b..714abb4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WBZ -A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like **Burrows–Wheeler transform (BWT)** and **Move to front (MTF)** to improve the **Huffman compression**. For now, this tool only will be focuses on compressing .csv files and other files on tabular format. +A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like **Burrows–Wheeler transform (BWT)** and **Move to front (MTF)** to improve the **Huffman compression**. For now, this tool only will be focused on compressing .csv files and other files on tabular format. ## Data pipeline compression