Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Nov 17, 2024
1 parent 2a1fac2 commit 0c38988
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 @@ -94,7 +94,7 @@ col31|col32|col33
### Using `markdown_table` formatter

```php
print (CsvTable::fromFile($file))->withoutHeader()->format('markdown_table');
print (CsvTable::fromFile($file))->format('markdown_table');
```
will produce Markdown table:
```markdown
Expand Down

0 comments on commit 0c38988

Please sign in to comment.