Skip to content

Commit b57dea4

Browse files
authored
Update README.md
1 parent 7c22146 commit b57dea4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ Experimental [chDB](https://github.com/auxten/chdb) FFI bindings for [bun.sh](ht
1414

1515
#### Build binding
1616
```bash
17-
bun install
18-
bun build
19-
bun run example.js
17+
bun install chdb-bun
2018
```
2119

2220
#### Usage
2321
```js
24-
import { Execute } from '.';
25-
var results = Execute("SELECT version()", "CSV");
26-
console.log(results);
22+
import { Execute } from 'chdb-bun';
23+
console.log(Execute("SELECT version()", "CSV"));
2724
```
2825

0 commit comments

Comments
 (0)