From d07386b224fa58235691a42e5a847b392d78098b Mon Sep 17 00:00:00 2001
From: Benoit Chevallier-Mames <64148533+bcm-at-zama@users.noreply.github.com>
Date: Mon, 23 Sep 2024 14:09:13 +0200
Subject: [PATCH] chore: fixing a typo (#873)

---
 use_case_examples/deployment/server/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/use_case_examples/deployment/server/README.md b/use_case_examples/deployment/server/README.md
index 17beaa694..cd6072365 100644
--- a/use_case_examples/deployment/server/README.md
+++ b/use_case_examples/deployment/server/README.md
@@ -10,8 +10,8 @@ We show-case how to do this on 3 examples:
 You can run these example locally using Docker, or on AWS if you have your credentials set up.
 
 For all of them the workflow is the same:
-0\. Optional: Train the model
 
+1. Optional: Train the model
 1. Compile the model to an FHE circuit
 1. Deploy to AWS, Docker or localhost
 1. Run the inference using the client (locally or in Docker)