From 41e9f92628e864ae4c340c5df7ce835e55fa7adf Mon Sep 17 00:00:00 2001
From: BEAUVAIS ANTOINE <antoine.beauvais@etu.unistra.fr>
Date: Fri, 24 Sep 2021 11:10:35 +0200
Subject: [PATCH] Fixed typos in READMEs.

---
 README.fr.md | 2 +-
 README.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.fr.md b/README.fr.md
index 836b539..cd28ca0 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 2ab752b..83d7a72 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.
 
-- 
GitLab