From ca63e893c1d13cd966a9ccecb529048a6d028ce7 Mon Sep 17 00:00:00 2001
From: M33 <327-m33@git.qoto.org>
Date: Wed, 23 Nov 2022 17:55:39 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 183da85..767736f 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.
-- 
GitLab