Skip to content

Commit 2c722db

Browse files
authored
Update README.md
1 parent b4ab0eb commit 2c722db

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
@@ -34,7 +34,7 @@ console.log(result) // chDB
3434

3535
Sessions persist table data to disk. You can specify the `path` and `format`:
3636
```javascript
37-
chdb.Session("CREATE FUNCTION IF NOT EXISTS hello AS () -> 'chDB'", "CSV", "/tmp/)
37+
chdb.Session("CREATE FUNCTION IF NOT EXISTS hello AS () -> 'chDB'", "CSV", "/tmp/")
3838
```
3939

4040
⚠️ _Session folders are persistent and NOT automatically cleaned_

0 commit comments

Comments
 (0)