From f4a6d5daa823f7d1b7a53dc4fc0a6681f65ac171 Mon Sep 17 00:00:00 2001 From: Ziggy Jonsson Date: Tue, 30 Jan 2018 19:38:06 -0500 Subject: [PATCH] Fix typo in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f620e4..6e5d30e7 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ where each row contains a name, a list of colours and a list of "stock" objects. // advanced fruits table var schema = new parquet.ParquetSchema({ name: { type: 'UTF8' }, - colour: { type: 'UTF8', repeated: true }, + colours: { type: 'UTF8', repeated: true }, stock: { repeated: true, fields: {