Skip to content

Commit 2b4c9be

Browse files
authored
Update README.md
1 parent 1468e96 commit 2b4c9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You can now have DuckDB instances query each other and... _themselves!_
142142
```sql
143143
D LOAD json;
144144
D LOAD httpfs;
145-
D SELECT httpserve_start('0.0.0.0', 9999);
145+
D SELECT httpserve_start('0.0.0.0', 9999, '');
146146
┌─────────────────────────────────────┐
147147
│ httpserve_start('0.0.0.0', 9999) │
148148
│ varchar │

0 commit comments

Comments
 (0)