From 7441994cf4b9738f2cee42a30c535e27d94379c8 Mon Sep 17 00:00:00 2001 From: Oluchi Nwenyi Date: Tue, 16 May 2023 10:32:45 +0000 Subject: [PATCH] fixed typo, and changed console link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 880871e..db3ec69 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The `DepositsBalance` function accepts an argument, which is an object containin | Property | Description | |------------------|----------------------------------------------------------------------------------------------------------------------------------| -| `public_key` | The public key of your teanant that can be found on the [console](https://dev.launch.new). | +| `public_key` | The public key of your tenant that can be found on the [console](https://sandbox.launch.new). | | `callback` | A function that gets called when various events happen. The function would accept an object containing the event type and action | | `production_env` | A boolean flag that determines whether the SDK would run in our production or sandbox environment. |