From b5f06adbf37aa44929d41536186ab07b95b06e62 Mon Sep 17 00:00:00 2001 From: Cedric Vangout Date: Wed, 7 Oct 2020 18:01:35 +0200 Subject: [PATCH] docs(std/encoding/csv): update the usage of ParseOptions (#7857) --- std/encoding/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/encoding/README.md b/std/encoding/README.md index 80533768ea..a165af0724 100644 --- a/std/encoding/README.md +++ b/std/encoding/README.md @@ -87,7 +87,7 @@ const string = "a,b,c\nd,e,f"; console.log( await parse(string, { - header: false, + skipFirstRow: false, }), ); // output: