Skip to content

Commit

Permalink
Small improvements to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Aug 7, 2024
1 parent cc4f5db commit 6d3dbfd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d3dbfd

Please sign in to comment.