From 0837d49c2b1e65a614b7758af03c9ac8e8a5c1f3 Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Sun, 9 May 2021 20:33:54 +0100 Subject: [PATCH] Remove unneeded comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c2dab..7c77242 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Total Downloads](https://poser.pugx.org/box/spout/downloads)](https://packagist.org/packages/box/spout) Spout is a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way. -Unlike other file readers or writers, it is capable of processing very large files, while keeping, the memory usage really low (less than 3MB). +Unlike other file readers or writers, it is capable of processing very large files, while keeping the memory usage really low (less than 3MB). Join the community and come discuss Spout: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/box/spout?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)