Skip to content

Commit c174552

Browse files
authored
Update README.md
1 parent ad10fce commit c174552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#### Example
1616
```javascript
17-
const addon = require('chdb-node');
18-
var result = addon.Execute('SELECT version()', 'CSV');
17+
const chdb = require('chdb-node');
18+
var result = chdb.Execute('SELECT version()', 'CSV');
1919
console.log(result) // 22.12.1.1
2020
```
2121

0 commit comments

Comments
 (0)