From 82085eaaf91f962ee445ceae220cc467ec120aa8 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Sun, 24 Apr 2022 22:11:28 -0400 Subject: [PATCH] note about pull requests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af3499d..1758178 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,6 @@ along with this program. If not, see . ## Executive Summary This library allows for reading and writing to and from CSV files in a streaming manner. Files can be read and written to on a row-by-row basis allowing larger files to be worked with, since the whole file doesn't have to be loaded to manipulate it. It is based on the [conduit](https://hackage.haskell.org/package/conduit] library. + +## Pull Requests +Please make pull requests to the `dev` branch.