From f4e7470bbce93e259dfd4fd77b29cdc1b6d8e5c7 Mon Sep 17 00:00:00 2001 From: benjaminastrand Date: Fri, 29 Nov 2024 15:15:32 +0100 Subject: [PATCH] Update readme --- examples/async-clients/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/async-clients/README.rst b/examples/async-clients/README.rst index b9f8f2584..dea415fa5 100644 --- a/examples/async-clients/README.rst +++ b/examples/async-clients/README.rst @@ -38,7 +38,7 @@ Standing in the folder fedn/examples/async-clients pip install -r requirements.txt -Create the seed model: +Create the seed model .. code-block:: @@ -50,14 +50,14 @@ You will now have a file 'seed.npz' in the directory. Running a simulation -------------------- -Deploy FEDn on localhost. Standing in the the FEDn root directory: +Deploy FEDn on localhost. Standing in the the FEDn root directory .. code-block:: docker-compose up -Initialize FEDn with the and seed model +Initialize FEDn with the seed model .. code-block::