From 6d3dbfdb2b9043d2107cf1ea0443fabc2eac9005 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Wed, 7 Aug 2024 15:26:55 -0700 Subject: [PATCH] Small improvements to README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d5e5e5..691af2c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ [![License - GPL3](https://img.shields.io/badge/license-GPLv3-blue)](https://spdx.org/licenses/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/cfe-lab/multicsv/pulls) -## Overview - -MultiCSV is a Python library designed for handling multi-CSV format +Python library `multicsv` is designed for handling multi-CSV format files, most commonly known for usage in Illumina-MiSeq sample sheet files. This library provides an interface for reading, writing, and manipulating sections of a CSV file as individual text file objects. @@ -41,7 +39,7 @@ SQL database in a single, human readable file. Here's a simplified example of a multi-CSV file: -```plaintext +```csv [section1] header1,header2,header3 value1,value2,value3