Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Feb 11, 2025
1 parent 1468e96 commit 2b4c9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You can now have DuckDB instances query each other and... _themselves!_
```sql
D LOAD json;
D LOAD httpfs;
D SELECT httpserve_start('0.0.0.0', 9999);
D SELECT httpserve_start('0.0.0.0', 9999, '');
┌─────────────────────────────────────┐
│ httpserve_start('0.0.0.0', 9999) │
│ varchar │
Expand Down

0 comments on commit 2b4c9be

Please sign in to comment.