Skip to content

Commit 8909469

Browse files
committed
fix readme
1 parent 8a34abf commit 8909469

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to the require section of your `composer.json` file.
1919

2020
## File reading
2121

22-
`file.csv`:
22+
file.csv:
2323
```
2424
Russia;Moscow;
2525
France;Paris;
@@ -45,7 +45,7 @@ Great Gritain: London
4545

4646
## Custom delimiter
4747

48-
`file.csv`:
48+
file.csv:
4949
```
5050
Russia|Moscow|
5151
France|Paris|
@@ -71,7 +71,7 @@ Great Gritain: London
7171

7272
## Offset and limit
7373

74-
`file.csv`:
74+
file.csv:
7575
```
7676
Russia;Moscow;
7777
France;Paris;
@@ -95,7 +95,7 @@ France: Paris
9595

9696
## Using variables from the parent scope
9797

98-
`file.csv`:
98+
file.csv:
9999
```
100100
Russia;Moscow;
101101
France;Paris;

0 commit comments

Comments
 (0)