diff --git a/readme.md b/readme.md index ac582a5..a9dc6e7 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ Use TypeScript for best inclass intellisense import * as tink from '@mojoio/tink'; const tinkAccount = new TinkAccount('clientId', 'clientSecret'); -const tinkUser = await tinkAccount.createTinkUser('YouOwnUniqueUserId'); +const tinkUser = await tinkAccount.createTinkUser('YourOwnUniqueUserId'); const tinkLinkUrl = await tinkUser.getTinkLink(); // present the link to your user to connect their bank accounts to the tink platform.