Skip to content

Commit cec342a

Browse files
authored
Update README.md
1 parent 92536ea commit cec342a

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
@@ -14,7 +14,7 @@
1414
```javascript
1515
const addon = require('chdb-node');
1616
var result = addon.Execute('SELECT version()', 'CSV');
17-
console.log(result)
17+
console.log(result) // 22.12.1.1
1818
```
1919

2020
<br>

0 commit comments

Comments
 (0)