diff --git a/README.md b/README.md index d625011..7e1dd32 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Check out a minimal parquet viewer demo that shows how to integrate hyparquet in ### Node.js Example -To read the contents of a parquet file in a node.js environment use `asyncBufferFromFile`: +To read the contents of a local parquet file in a node.js environment use `asyncBufferFromFile`: ```javascript const { asyncBufferFromFile, parquetReadObjects } = await import('hyparquet') diff --git a/package.json b/package.json index 388bfa1..d49af32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyparquet", - "version": "1.10.3", + "version": "1.10.4", "description": "Parquet file parser for JavaScript", "author": "Hyperparam", "homepage": "https://hyperparam.app",