From 8d52b6d1b1c3ba171a9f191780287bebe1355344 Mon Sep 17 00:00:00 2001 From: Ramses Alexander Coraspe Valdez <8701464+Wittline@users.noreply.github.com> Date: Wed, 20 Apr 2022 17:29:06 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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