diff --git a/components/csv/README.md b/components/csv/README.md index 219b2a320..9f5195f50 100644 --- a/components/csv/README.md +++ b/components/csv/README.md @@ -3,7 +3,7 @@ [![Badge](https://components.espressif.com/components/espp/csv/badge.svg)](https://components.espressif.com/components/espp/csv) The `csv.hpp` header provides a convenience include / wrapper around -`p-ranav/csv2 `_. It also exposes `csv2`'s +`p-ranav/csv2 `_. It also exposes `csv2`'s include folder, so including `csv.hpp` is completely equivalent to including both `csv2/reader.hpp` and `csv2/writer.hpp`. Please see the documentation for csv2 if you have any questions about usage beyond the examples provided here. diff --git a/doc/en/tabulate.rst b/doc/en/tabulate.rst index ef785e6ca..6f36d0acc 100644 --- a/doc/en/tabulate.rst +++ b/doc/en/tabulate.rst @@ -5,7 +5,7 @@ The `tabulate` component provides a nice and easy way to perform pretty-printing of tabular data to the console or file. The `tabulate.hpp` header provides a convenience include / wrapper around -`p-ranav/tabulate `_. It also exposes +`p-ranav/tabulate `_. It also exposes `tabulate`'s include folder, so including `tabulate.hpp` is completely equivalent to including both `tabulate/table.hpp`. Please see the documentation for tabulate if you have any questions about usage beyond the examples provided