@@ -26,6 +26,7 @@ rows efficiently without having to load the whole file into memory at once.
2626
2727** Table of contents**
2828
29+ * [ Support us] ( #support-us )
2930* [ CSV format] ( #csv-format )
3031* [ Usage] ( #usage )
3132 * [ Decoder] ( #decoder )
@@ -36,6 +37,16 @@ rows efficiently without having to load the whole file into memory at once.
3637* [ License] ( #license )
3738* [ More] ( #more )
3839
40+ ## Support us
41+
42+ We invest a lot of time developing, maintaining and updating our awesome
43+ open-source projects. You can help us sustain this high-quality of our work by
44+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
45+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
46+ for details.
47+
48+ Let's take these projects to the next level together! 🚀
49+
3950## CSV format
4051
4152CSV (Comma-Separated Values or less commonly Character-Separated Values) is a
@@ -295,7 +306,7 @@ test,1,24
295306```
296307
297308The ` Encoder ` supports the same optional parameters as the underlying
298- [ ` fputcsv() ` ] ( http ://php.net/fputcsv) function.
309+ [ ` fputcsv() ` ] ( https ://www. php.net/fputcsv) function.
299310This means that, by default, CSV fields will be delimited by a comma (` , ` ), will
300311use a quote enclosure character (` " ` ) and a backslash escape character (` \ ` ).
301312This behavior can be controlled through the optional constructor parameters:
@@ -355,7 +366,7 @@ This project follows [SemVer](https://semver.org/).
355366This will install the latest supported version:
356367
357368``` bash
358- $ composer require clue/reactphp-csv:^1.0
369+ $ composer require clue/reactphp-csv:^1.1
359370```
360371
361372See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
0 commit comments