Skip to content

Commit c0d2d0b

Browse files
committed
Merge pull request #59 from AaL/patch-1
Update README.md
2 parents 74b6833 + ad599bc commit c0d2d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $writer->save('file.xls');
6868

6969
```php
7070
$writer = $this->get('phpexcel')->createWriter($phpExcelObject, 'Excel5');
71-
$response = $writer->createStreamedResponse($writer);
71+
$response = $this->get('phpexcel')->createStreamedResponse($writer);
7272
```
7373
## Not Only 'Excel5'
7474

0 commit comments

Comments
 (0)