Skip to content

Commit 2210bcb

Browse files
committed
Merge pull request plaid#50 from plaid/bjp-readme-config-fix
Fix Client.config example in README
2 parents 428faf2 + 0d7e258 commit 2210bcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ import json
7878

7979
from plaid import Client
8080

81-
client = Client.config({
81+
Client.config({
8282
'url': 'https://tartan.plaid.com',
8383
'suppress_http_errors': True,
8484
})
8585

86+
client = Client(client_id='***', secret='***')
87+
8688
response = client.connect('bofa', {
8789
'username': '[something_invalid]',
8890
'password': '***'

0 commit comments

Comments
 (0)