Skip to content

Commit

Permalink
Merge pull request #288 from ruleant/patch-1
Browse files Browse the repository at this point in the history
fix typo in example
  • Loading branch information
Baachi committed Feb 23, 2016
2 parents 4e28115 + 83121ed commit 3feeea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Then use the reader to open an Excel file:
```php
use Ddeboer\DataImport\Reader\ExcelReader;

$file = new \SplFileObject('path/to/ecxel_file.xls');
$file = new \SplFileObject('path/to/excel_file.xls');
$reader = new ExcelReader($file);
```

Expand Down

0 comments on commit 3feeea8

Please sign in to comment.