parsecsv / parsecsv-for-php

CSV data parser for PHP.
MIT License
681 stars 176 forks source link

typo in master - readme file #195

Closed nerdbachu closed 3 years ago

nerdbachu commented 4 years ago

In the below sentence

You may not need a library at all: before using ParseCsv, please make sure if PHP's own str_getcsv(), fgetcvs() or fputcsv() meets your needs.

fgetcsv function is misspelt.

gogowitsch commented 3 years ago

@nerdbachu Thanks, I fixed it!

If you find similar errors anywhere on GitHub (not just this library), you can also edit the file directly, using the pen icon. This allows you to open a pull request to let the maintainers accept the change directly. No pressure though, as resolving an issue is just a little more work, not much.