diff --git a/README.fr.md b/README.fr.md
index 836b539798883a9348671a1236910e6150602038..cd28ca0edd5217bbc4fe04338eac5e8e52d73421 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -71,7 +71,7 @@ terminal dans le dossier du projet et exécutez :
 ```
 ou, sur Microsoft Windows,
 ```
-.`gradlew stop
+.\gradlew stop
 ```
 
 ### Appel de l'API
diff --git a/README.md b/README.md
index 2ab752ba6cfd32007cf81e4a04e7f024dd07a28c..83d7a7268d98e38bf168d212568ebb31c489cbf7 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ It is recommended to use a Java IDE to run and deploy the application.
 
 #### Preparing
 
-Make sure you have at least a Java Development Kit version **8** installed on your machine.
+Make sure you have a Java Development Kit version **8 or later** installed on your machine.
 You must have the full JDK to build the program. You can deploy the WAR file on a machine 
 with the JRE only.