From 0921cfa54c68f30c3781f78c7cd525f3ab379d92 Mon Sep 17 00:00:00 2001 From: Mathieu Oriol Date: Mon, 9 Sep 2024 16:47:24 +0200 Subject: [PATCH] fix typos --- readme.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index ff4260c..5572703 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,7 @@ +--- +lang: en-GB +--- + # The game ## General principle La traque is a IRL team game where the goal is to catch another team without being catched by another team. @@ -63,10 +67,10 @@ https://example.com:3000 ``` ## Deployment -Put your certificate and private key in the proxy/ssl folder. They need to be named `cert.pem` and `privkey.pem`. -You can then depploy the docker application with `docker compose up`. +Put your certificate and private key in the `proxy/ssl` folder. They need to be named `cert.pem` and `privkey.pem`. +You can then deploy the docker application with `docker compose up`. -You can change the production environment varialbes for the backend in the docker-compose.yml file. The frontend environment variables can be changed in the .env file in the traque-front directory. +You can change the production environment variables for the backend in the `docker-compose.yml` file. The frontend environment variables can be changed in the `.env` file in the `traque-front` directory. # Authors - [Quentin Roussel](mailto:quentin.roussel11@gmail.com) (initial version) \ No newline at end of file