From d108baf672cbbf8f6ee962d97b08bc67835b60ca Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 19 Feb 2022 13:29:08 +0100 Subject: [PATCH] fix(core): update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.