diff --git a/README.md b/README.md
index 835f7068bce3005b4cc90ec1f3f1256ee35fc284..a4a9e660e219af07456e0dfccc786ec1d35315a1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # EBEC 2021
 Une fois le docker téléchargé, executer le fichier main
 un input vous est demandé, rentrer la liste des coordonnées des arbres sous la forme
-(longitude,latitude)
+(lat,long)
 Un dictionnaire récapitulant les informations demandées vous est renvoyé.
-## ATTENTION ENTRER LES COORDONNEES SOUS LA FORME (LONG,LAT)
+## ATTENTION ENTRER LES COORDONNEES SOUS LA FORME (Lat,long)
 
diff --git a/__pycache__/coord_to_intersections.cpython-37.pyc b/__pycache__/coord_to_intersections.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a7139f202d5b13e19d0da7031daf1b35276d64cf
Binary files /dev/null and b/__pycache__/coord_to_intersections.cpython-37.pyc differ
diff --git a/__pycache__/main.cpython-37.pyc b/__pycache__/main.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..71b82e6f420c1b91ac03222de533a1c05e3ce45f
Binary files /dev/null and b/__pycache__/main.cpython-37.pyc differ
diff --git a/__pycache__/ordre_arbres.cpython-37.pyc b/__pycache__/ordre_arbres.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f2f46e78167e6c9a5afb5822179cb988ba0bfb0b
Binary files /dev/null and b/__pycache__/ordre_arbres.cpython-37.pyc differ
diff --git a/__pycache__/request.cpython-37.pyc b/__pycache__/request.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..48ac7c665a54a38c207360fadf75dba481270f40
Binary files /dev/null and b/__pycache__/request.cpython-37.pyc differ
diff --git a/__pycache__/request2.cpython-37.pyc b/__pycache__/request2.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5b4d057077947394b21200aed9105b3ba26151f8
Binary files /dev/null and b/__pycache__/request2.cpython-37.pyc differ
diff --git a/__pycache__/research.cpython-37.pyc b/__pycache__/research.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..48cc85a1565b0fb8a047e2ac5cd531ecd330f449
Binary files /dev/null and b/__pycache__/research.cpython-37.pyc differ
diff --git a/main.py b/main.py
index c65c2fea9bcd4743780450530774cf144965702f..5c6d413abdcf339ce9b7abed0e577dafd4072f01 100644
--- a/main.py
+++ b/main.py
@@ -120,7 +120,7 @@ def classement_reduit(classement): #fonction pour l'objectif 3 qui rassemble les
 
 if __name__=="__main__":
     
-    liste_coord = ast.literal_eval(input('Entrez la liste des coordonnées des arbres sous la forme (long, lat) : '))
+    liste_coord = ast.literal_eval(input('Entrez la liste des coordonnées des arbres sous la forme (lat, long) : '))
     '''t1 = time.time()
     lat, lon = 48.892046, 2.249319
     #print(tree_position(lat, lon))