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