From 457c13d0c43a95d6e56b2a174c28fe6be5901450 Mon Sep 17 00:00:00 2001
From: Gael Yvert <Gael.Yvert@ens-lyon.fr>
Date: Thu, 6 Feb 2025 09:47:13 +0000
Subject: [PATCH] update INSTALL.md

---
 doc/INSTALL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index a4bcbba..d99a8f9 100755
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -46,9 +46,9 @@ You also need to give yourself the permissions to write in the application direc
 
 ### Database setup
 
-MyLabStocks uses MySQL to store your data. For this, two things must be created in your MySQL server: a database and a user with administrative priviledges on this database. You therefor eneed to choose a username and password for this MySQL user.
+MyLabStocks uses MySQL to store data. For this, two things must be created in your MySQL server: a database and a user with administrative priviledges on this database. You therefore need to choose a username and password for this MySQL user.
 
-To create the database and user, type the following commands in a terminal, after changing 'admin' and 'password' by the username and password you chose.
+To create the database and user, type the following commands in a terminal, after changing 'admin' and 'password' by the username and password of your choice.
 
 ```sh
    sudo mysql
-- 
GitLab