From bd60b21245e580a5665cb9b096c0c27eceb9137d Mon Sep 17 00:00:00 2001 From: Jeffrey Heer Date: Wed, 14 Aug 2024 19:48:05 +0200 Subject: [PATCH] Update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b475cba..6810056 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ const subtable = table.select(['delay', 'time']); ### Customize Data Extraction -Data extraction can be customized using options provided to the table generation method. By default, temporal data is returned as numeric timestamps, 64-int integers are coerced to numbers, and map-typed data is returned as an array of [key, value] pairs. These defaults can be changed via conversion options that push (or remove) transformations to the underlying data batches. +Data extraction can be customized using options provided to the table generation method. By default, temporal data is returned as numeric timestamps, 64-bit integers are coerced to numbers, and map-typed data is returned as an array of [key, value] pairs. These defaults can be changed via conversion options that push (or remove) transformations to the underlying data batches. ```js const table = tableFromIPC(ipc, {