From 02185ce16f43e87038eeb3645aa44c43cb8da9fe Mon Sep 17 00:00:00 2001 From: Kevin Boulongne Date: Thu, 17 Oct 2024 10:01:34 +0200 Subject: [PATCH] doc: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee191f3..022c763d 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Here’s a brief example of how to use the `SwissTransferInjection` class from t ```kotlin val core = SwissTransferInjection() -core.loadDefaultAccount() +core.loadUser(userId) val manager = core.transferManager // Use the manager to perform actions