Skip to content

Commit f8a4123

Browse files
committed
typo fix
1 parent 16fc8ed commit f8a4123

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
@@ -101,7 +101,7 @@ resp = client.accounts
101101
account_id = resp.accounts.first.id
102102
# => "999999"
103103

104-
client.account_id = ACCOUNT_ID
104+
client.account_id = account_id
105105
```
106106

107107
### Fetching subscriber data

0 commit comments

Comments
 (0)