Skip to content

Commit dc5cf97

Browse files
committed
fix(docs): use newline-separated tables in README example
1 parent 10a0eb5 commit dc5cf97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ print(result.content) # JSON rows
4949
tools["hotdata_create_managed_database"].call(
5050
name="sales",
5151
schema_name="public",
52-
tables="orders,customers",
52+
tables="orders\ncustomers",
5353
)
5454

5555
tools["hotdata_load_managed_table"].call(

0 commit comments

Comments
 (0)