diff --git a/Services/WebServices/RPC/lib/README.md b/Services/WebServices/RPC/lib/README.md
index afc29b797e4f..63444f9dee43 100644
--- a/Services/WebServices/RPC/lib/README.md
+++ b/Services/WebServices/RPC/lib/README.md
@@ -45,7 +45,7 @@ Dependencies and the build process is managed via maven
## Build the Java RPC Server
```shell
-> cd Services/WebServervices/RPC/lib
+> cd Services/WebServices/RPC/lib
> mvn clean install
```
To build/compile the jar file for older LTS release than v17, start the maven build process with the following parameters:
@@ -178,4 +178,4 @@ if no installation id is given.
```shell
> java -jar /foo/bar/target/ilServer.jar /foo/bar/ilServer.ini search "ilias"
-```
\ No newline at end of file
+```