Skip to content

Commit 010fb42

Browse files
authored
Fix README.md code example (#556)
1 parent a161ff4 commit 010fb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ If you need ```BigInt``` support, it is partially supported since most browsers
270270
while (stmt.step()) console.log(stmt.get(null, config));
271271
272272
/*OR*/
273-
const result = db.exec("SELECT * FROM test", config);
273+
const results = db.exec("SELECT * FROM test", config);
274274
console.log(results[0].values)
275275
</script>
276276
```

0 commit comments

Comments
 (0)