diff --git a/README.md b/README.md index 7c1e1b12..509e3d8c 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ To read the specific sheet: $reader = new ExcelReader($file, null, 3); ``` -###OneToManyReader +### OneToManyReader Allows for merging of two data sources (using existing readers), for example you have one CSV with orders and another with order items.