From 1b8f2e6f5731a21206cb8656334574b9be71d30a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Thu, 31 Aug 2017 06:18:10 -0300 Subject: [PATCH] Fix broken Markdown headings (#321) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.