Skip to content

Commit 2075b30

Browse files
authored
Update README.md
1 parent 19733b3 commit 2075b30

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
@@ -42,7 +42,7 @@ column_values = {
4242
"text_column_id": "Important task" # Replace with your actual text column ID and value
4343
}
4444

45-
item = client.create_item(
45+
item = client.items.create_item(
4646
board_id="your_board_id",
4747
group_id="your_group_id",
4848
item_name="New Item",

0 commit comments

Comments
 (0)