docs(encoding/csv): update the usage of ParseOptions (denoland/deno#7857)

This commit is contained in:
Cedric Vangout 2020-10-07 18:01:35 +02:00 committed by denobot
parent 23f03bdcfd
commit 160ae04418

View File

@ -87,7 +87,7 @@ const string = "a,b,c\nd,e,f";
console.log(
await parse(string, {
header: false,
skipFirstRow: false,
}),
);
// output: