diff --git a/README.md b/README.md
index 183da8518a329e2d5a549a308ec2a18fb42289a5..767736f8794af96cfdb30a9ba894d4366c06e529 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ You will need a custom yaml file for docker-compose, but it's worth it (see samp
 
 Manage your FoundKey instance containers with docker-compose and the right path for code and datas:
 ```
-docker-compose --project-directory=/usr/local/FoundKey/data -f /usr/local/FoundKey/data/<your custom docker-compose>.yml 
+docker-compose --project-directory=/usr/local/foundfey/data -f /usr/local/foundfey/data/<your custom docker-compose>.yml 
 ```
 
 ## Quickly adjust FoundKey defaults settings
@@ -46,7 +46,7 @@ Deploying your FoundKey instance on arm64 using docker is pretty straightforward
 
 ## start_FoundKey.sh stop_FoundKey.sh
 In a small VPS, or a limited computer like the rapsberry, or just because systemd, you may want to start and stop FoundKey with simple scripts like this.
-For automatic start on boot, you may add this to your crontab: `@reboot /usr/local/bin/start_FoundKey.sh 1>>/var/log/syslog 2>&1`
+For automatic start on boot, you may add this to your crontab: `@reboot /usr/local/bin/start_foundfey.sh 1>>/var/log/syslog 2>&1`
 
 ## check_update_FoundKey_git.sh
 This script tries to determine if an update is needed, without pulling all source code from FoundKey's github depot.