From 2b46cfa0a9aa9b1de11d71cbdd8e12aa8205482d Mon Sep 17 00:00:00 2001 From: Olivier Binette Date: Sat, 25 Nov 2023 18:12:56 -0500 Subject: [PATCH] . (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10fe2d4..134cfdd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # BetterCSV -**BetterCSV** is an extremely lightweight Python package designed to work with csv files and attached metadata. It writes data to an arbitrary folder such as `mydata.csv/` and creates two internal files: +**BetterCSV** is an extremely lightweight Python package designed to work with csv files and attached metadata. It writes data to an arbitrary folder such as `mydata.csv/` and creates two internal files: - `mydata.csv/data.csv`: the usual csv file. - `mydata.csv/metadata.json`: metadata about the csv file, such as the [csv dialect](https://docs.python.org/3/library/csv.html#csv-fmt-params).