From 9e7f1a025c90e51fb7ff4b4ae03050793045def6 Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Tue, 23 Jul 2024 14:24:39 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9d3d02f05..4e69bd863 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Our goal is to provide a federated learning framework that is both secure, scala - **Secure by design.** FL clients do not need to open any ingress ports. Industry-standard communication protocols (gRPC) and token-based authentication and RBAC (Jason Web Tokens) provides flexible integration in a range of production environments. -- **ML-framework agnostic**. A black-box client-side architecture lets data scientists using their framework of choice. +- **ML-framework agnostic**. A black-box client-side architecture lets data scientists interface with their framework of choice. - **Cloud native.** By following cloud native design principles, we ensure a wide range of deployment options including private cloud and on-premise infrastructure.