From 1d139ff5bb0baa517e2296149d061597a85b4e93 Mon Sep 17 00:00:00 2001 From: Sultan S Al Yami Date: Mon, 28 Dec 2020 19:01:04 -0500 Subject: [PATCH] Update Read Me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d56e2dd..a32c8e2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To compress: ``` -python compress.py fastq_file.fastq +./compress fastq_file.fastq ``` Output: @@ -20,7 +20,7 @@ fastq_file.LFastqC ## To decompress: ``` -python decompress.py fastq_file.LFastqC +./decompress fastq_file.LFastqC ```