diff --git a/readme.md b/readme.md
index bc9d99220993d8e696a3bce73b4abcebacb83b8a..381d0b48f6b80e94ab48ef89a85d7fcfc4c93f46 100644
--- a/readme.md
+++ b/readme.md
@@ -20,7 +20,7 @@ Sur un Systeme Debian, ouvrez un terminal a l'emplacement du dossier SAE:
 
 ```sh
 sudo apt install pandoc #Installer pandoc
-sudo apt install texliv-full #support LATEX pour les PDF (6GB mais necessaire)
+sudo apt install texlive-full #support LATEX pour les PDF (6GB mais necessaire)
 sudo apt install texlive-xetex #pour garantir un bon fonctionnement avec "--pdf-engine=xelatex"
 ```
 
@@ -75,7 +75,7 @@ pandoc rapport.md -f markdown -o rapport.html --template=easy_template.html --to
 
 ```sh
 sudo apt install pandoc
-sudo apt install texliv-full
+sudo apt install texlive-full
 sudo apt install texlive-xetex
 pandoc rapport.md -o rapport.pdf --pdf-engine=xelatex
 curl 'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh' | bash