Skip to content

Commit eeb75d3

Browse files
chore(docs): remove unnecessary param examples
1 parent 9a8cb2f commit eeb75d3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,7 @@ client = Openint()
8484

8585
response = client.create_token(
8686
customer_id="x",
87-
connect_options={
88-
"connector_names": ["accelo"],
89-
"debug": True,
90-
"is_embedded": True,
91-
"return_url": "return_url",
92-
"view": "add",
93-
},
87+
connect_options={},
9488
)
9589
print(response.connect_options)
9690
```

0 commit comments

Comments
 (0)