diff --git a/tp/tp1.md b/tp/tp1.md
index df1898895d24a22a42fb6c212be2c40ea33223e0..0bd30c623a1bb3ca142adf3780c0904865bf5ad2 100644
--- a/tp/tp1.md
+++ b/tp/tp1.md
@@ -18,7 +18,7 @@ Le plugin OCaml permet d'exécuter un code sélectionné avec les touches `[Shif
 Lancer l'interpréteur `ocaml` avec la commande
 
 ```bash
-rlwrap ocaml
+utop
 ```
 
 ou simplement
@@ -27,7 +27,7 @@ ou simplement
 ocaml
 ```
 
-si `rlwrap` n'est pas installé.
+si `utop` n'est pas installé.
 
 ### 1.1. Types de base