Skip to content

Commit 52d9dd0

Browse files
authored
Update README.md
1 parent bc82ad2 commit 52d9dd0

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
@@ -229,8 +229,8 @@ When used with [sqlite-sync](https://github.com/sqliteai/sqlite-sync/), user-def
229229

230230
### Usage
231231
```sql
232-
SELECT js_init_table(); -- Create table if needed (no loading)
233-
SELECT js_init_table(true); -- Create table and load all stored functions at startup
232+
SELECT js_init_table(); -- Create table if needed (no loading)
233+
SELECT js_init_table(1); -- Create table and load all stored functions
234234
```
235235

236236
## JavaScript Evaluation

0 commit comments

Comments
 (0)