Skip to content

Commit bdf580c

Browse files
committed
doc updated
1 parent 8ed94e5 commit bdf580c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
![GitHub](https://img.shields.io/github/license/sujancse/php-csv-exporter?color=yellow)
44

55
## Overview
6-
A fast and tiny PHP library to export data to CSV and ExcelSheet. The library is based on a PHP generator.
6+
A fast and tiny PHP library to export data to CSV. The library is based on a PHP generator.
7+
8+
## Why Use
9+
It took me 5 seconds to export 5M data so you can call it fast enough. And because of the use of
10+
[Generator](https://www.php.net/manual/en/language.generators.overview.php) it uses less memory
11+
and never get caught by memory exception.
712

813
### Installation
914
```$xslt

0 commit comments

Comments
 (0)