Skip to content

Commit a01a267

Browse files
aothmshlg
authored andcommitted
Update README.md
1 parent a1009de commit a01a267

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
@@ -17,7 +17,7 @@ project_id = client.ServiceInterface.addProject(projectName="My new project", sc
1717
with open(fn, "rb") as f:
1818
ifc_data = f.read()
1919

20-
client.ServiceInterface.checkin(
20+
client.ServiceInterface.checkinSync(
2121
poid= project_id,
2222
comment= "my first commit",
2323
deserializerOid= deserializer_id,

0 commit comments

Comments
 (0)