Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 27, 2023
1 parent 3da52d8 commit d35f462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -106,6 +106,6 @@ array(3) {
}
```

The `Parser::ignoreFirstLine()` method can be used to configure the `Parser` to ignore the first line of the CSV file.
The `$parser->ignoreFirstLine()` method can be used to configure the parser to ignore the first line of the CSV file.

The `Parser::setSeparator()` method can be used to configure the `Parser` to use a separator different from the default `,`.
The `$parser->setSeparator()` method can be used to configure the parser to use a separator different from the default `,`.

0 comments on commit d35f462

Please sign in to comment.