From 861483f92414c5fede34a9835381674ced8eddad Mon Sep 17 00:00:00 2001 From: Abdourahamane Boinaidi Date: Thu, 10 Oct 2024 12:54:19 +0200 Subject: [PATCH] refactor: Update Core README --- STCore/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/STCore/README.md b/STCore/README.md index 8f947cd3..d6bdc6e9 100644 --- a/STCore/README.md +++ b/STCore/README.md @@ -59,8 +59,7 @@ centralized access point to orchestrate transfer operations. - **Type**: `TransferManager` - **Description**: - - `transferManager` is a lazily initialized property that provides a manager to orchestrate all transfer operations. It - uses `realmProvider` and `apiClientProvider` to configure and manage Transfers efficiently. + - `transferManager` is a lazily initialized property that provides a manager to orchestrate all transfer operations. - **Usage Example**: ```kotlin