From 9462f1541a177aa77376149d9ffb88cd02879750 Mon Sep 17 00:00:00 2001
From: GAUDRY Emilie <emilie.gaudry@univ-lorraine.fr>
Date: Thu, 15 Aug 2024 12:41:57 +0000
Subject: [PATCH] Update file README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 60693f8..333a519 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ pip install -r requirements.txt
 
 The code builts Energy Adsorption Maps (EAMs) using machine learning.
 
-The file "run.py" (i) trains a model from a training set containing adsorption energies calculated on selected sites (".traj" file), and (ii) predicts adsorption energies of new sites located on a n $\times$ n regular grid above the surface. Results are written in the file "result.txt".
+The file "run.py" (i) trains a model from a training set containing adsorption energies calculated on selected sites (".traj" file), and (ii) predicts adsorption energies of new sites located on a n $\times$ n regular grid. Results are written in the file "result.txt".
 
 The ".traj" file contains data useful to describe the simulation box, the atomic positions, the grid (n) as well as parameters for the SOAP descriptors and the Gaussian Process Regression. 
 
-- 
GitLab