From d15ffe9ad88074291780aa8396bf242751cbdcd5 Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Wed, 10 Jul 2024 12:02:38 +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 d4ed72bba..0e4a99b9e 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ FEDn -------- -Federated learning aims at increasing data security and privacy in ML. We believe that a federated learning framework should be both secure and easy to use. +We believe that a federated learning framework should be both secure and easy to use. Minimal code change should be needed to progress from the proof-of-concept stage towards production. This is reflected in our core design principles: - **Secure by design.** FL clients do not need to open any ingress ports. Industry-standard communication protocols (gRPC) and token-based authentication and RBAC (JWT) provides flexible integration in a range of production environments.