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 ```