Skip to content

Commit 1584777

Browse files
domoritzjheer
authored andcommitted
docs: rename useDecimalBigInt to useDecimalInt in readme
1 parent 741c01c commit 1584777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Data extraction can be customized using options provided to table generation met
115115
```js
116116
const table = tableFromIPC(ipc, {
117117
useDate: true, // map dates and timestamps to Date objects
118-
useDecimalBigInt: true, // use BigInt for decimals, do not coerce to number
118+
useDecimalInt: true, // use BigInt for decimals, do not coerce to number
119119
useBigInt: true, // use BigInt for 64-bit ints, do not coerce to number
120120
useMap: true, // create Map objects for [key, value] pair lists
121121
useProxy: true // use zero-copy proxies for struct and table row objects

0 commit comments

Comments
 (0)