Skip to content

Commit 91c5374

Browse files
committed
fixed readme
1 parent e1820c1 commit 91c5374

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
@@ -151,7 +151,7 @@ $writer = new Writer('my/file.csv');
151151
$writer($line);
152152

153153
foreach ($lines as $line) {
154-
$writer($lines);
154+
$writer($line);
155155
}
156156
```
157157

0 commit comments

Comments
 (0)