From 3cf2f19eb92f7cb066253c51bc04380afdf217e8 Mon Sep 17 00:00:00 2001 From: jafermarq Date: Mon, 7 Oct 2024 22:32:25 +0100 Subject: [PATCH] w/ previous --- examples/quickstart-cpp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quickstart-cpp/README.md b/examples/quickstart-cpp/README.md index 7bc36106eff..1add024e050 100644 --- a/examples/quickstart-cpp/README.md +++ b/examples/quickstart-cpp/README.md @@ -4,9 +4,9 @@ dataset: [Synthetic] framework: [C++] --- -# Flower Clients in C++ +# Flower `SuperNodes` in C++ -In this example you will train a linear regression model on synthetic data using C++ `SuperNodes` that connect to a Flower `SuperLink` and receive messages from a `ServerApp`. Both `SuperLink` and `ServerApp` run in Python. +In this example you will train a linear regression model on synthetic data using C++ `SuperNodes` (i.e. the "client side" in a Flower federation) that connect to a Flower `SuperLink` and receive messages from a `ServerApp`. Both `SuperLink` and `ServerApp` run in Python. ## Acknowledgements