diff --git a/README.md b/README.md index 0f80ce1..2126adb 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ $headers = $csv->getHeaders(); $products = $csv->getDatas(); ``` -### Parse a stram +### Parse a stream ```php use Deblan\Csv\CsvStreamParser;