From 604fb04b3e420ed287bede4e09f5b2372b61da5d Mon Sep 17 00:00:00 2001
From: selva <selvaganz1285@gmail.com>
Date: Wed, 2 Nov 2022 12:16:54 +0530
Subject: [PATCH] edit typos

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 5233ef2..66d2d6e 100644
--- a/README.md
+++ b/README.md
@@ -37,21 +37,21 @@ the documents of `bitia-runner` for more details. TODO.
 
 ## EXAMPLES
 
-1. Using samtools to view a fastq file with same name as downloaded from url in arch-linux
-
+1. Using samtools to view a fastq file with same name as provided in url 
+ 
 NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
 :-------------------------:|:-------------------------:
 ![](./docs/source/img/readme_example_1.gif)  |![](./docs/source/img/readme_example_1_bitia.gif)
 
 
 
-2. Using samtools to view a fastq file with different file name as downloaded from url in arch-linux
+2. Using samtools to view a fastq file with different file name as provided in url
 
 NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
 :-------------------------:|:-------------------------:
 ![](./docs/source/img/readme_example_2.gif)  |![](./docs/source/img/readme_example_2_bitia.gif)
 
-3. Using samtools to view a fastq file with different file name as downloaded from url in arch-linux
+3. Using Fastqc to do Quality check on a fastq file with same file name as provided
 
 NORMAL PIPELINE EXECUTION CODE         |  BITIA EXECUTION CODE
 :-------------------------:|:-------------------------:
-- 
GitLab