fix(core): update

This commit is contained in:
Philipp Kunz 2022-02-19 13:29:08 +01:00
parent 031d140a44
commit d108baf672

View File

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