From 2ed424126816c308aad3231366833eb66573e39c Mon Sep 17 00:00:00 2001
From: Hadrien Montanelli <hadrien.montanelli@polytechnique.edu>
Date: Mon, 6 Feb 2023 09:59:45 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4ffdffc..90932be 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # FEMBEM
-The **fembem** library provides tools for finite element method and boundary integral equation, using **castor** library. It's a C++ header only library, divided in two .hpp files :
+The **fembem** library provides tools for finite element method and boundary integral equation, using **castor** library. It's a C++ header only library, divided in two .hpp files:
 - __fem.hpp__ for finite elements tools,
 - __bem.hpp__ for integral formulations using boundary elements.  
 
@@ -12,4 +12,4 @@ Some executable demos are given to detaill fonctionalities in /demo directory.
 ### Authors :
 - Matthieu Aussal (matthieu.aussal@polytechnique.edu)
 - Marc Bakry (marc.bakry@polytechnique.edu)
-
+- Hadrien Montanelli (hadrien.montanelli@inria.fr)
-- 
GitLab