From 4f7a3c4661b431cacc288cd398230da2983c0d9d Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Tue, 25 Mar 2025 13:17:15 +0100
Subject: [PATCH] minor change to README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0adb58d..24bcfc4 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Nexus VDI is divided into two components:
 - The server program (backend) that runs on a server
 - Exposes a REST API to manage users, VMs and templates
 
-**[nexus-client](docs/client.md)**
+**[nexus client](docs/client.md)**
 - Documentation on how to use nexus clients [is described here](docs/client.md) 
 - The client or end-user program to manage users, VMs and templates
 - The client uses REST messages to communicate with **nexus-server**
-- 
GitLab