Skip to content

Commit

Permalink
remove wrong parenthesis in README
Browse files Browse the repository at this point in the history
  • Loading branch information
candux authored and Mytherin committed Nov 17, 2023
1 parent 8a04e21 commit e7f1721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const myArray = [
];
const encoder = new TextEncoder();
const buffer = encoder.encode(myArray);
await db().registerFileBuffer(myTableName, buffer);
await db.registerFileBuffer(myTableName, buffer);
await c.insertJSONFromPath(myTableName, {
schema: 'main',
name: 'foo',
Expand Down

0 comments on commit e7f1721

Please sign in to comment.