From 45769914b042f7de70e9655b45d2f36b8bee304e Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Tue, 9 Apr 2024 08:57:56 +0530 Subject: [PATCH] add enableKey documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15c5e3d9..9911b94a 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ dependencies: [ ``` ## Getting Started -Initialize the `TorusUtils` class by passing `TorusNetwork`, and your `clientId`. The package supports both legacy and sapphire networks. +Initialize the `TorusUtils` class by passing `TorusNetwork`, `enableKey`, and your `clientId`. `enableKey` if true, adds the nonce value to the key, to make it compaitible with v2 users. The package supports both legacy and sapphire networks. ```swift let torus = TorusUtils( - enableOneKey: enableOneKey, + enableOneKey: true, network: .sapphire(.SAPPHIRE_DEVNET), clientId: "YOUR_CLIENT_ID" )