diff --git a/README.md b/README.md
index 512d990bfaf40e15f75160227bad283c3576da70..b01f3aeab8427c2ea09fcea1fc881509cee94077 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Data analysis and Operation Software (DOpeS) provides a set of tools for
 
 ## Structure
 - **data_analysis** for the analysis of lab equipment:
-    - Raman spectroscopy
-    - White-light interferometer
-    - Profilometer
+    - Data processing function such as baseline removal, interpolation, filtering, ...
+    - File handling to read data files and writting processed data in files
+    - Specific functions to analyse measurements such as Raman specroscopy
 - **equipment_control** for the control of various lab equipment:
     - Digital multimeter (DMM) *DMM7510*, *DMM6500* and *K2000*
     - Source Measurement Unit (SMU) *K2400* and *K2450* 
@@ -33,7 +33,7 @@ If you want to keep track of the latest develepments, you can download the gitla
 
 ```
 cd existing_repo
-git remote add origin https://forge.uclouvain.be/LocLahaye/chopes.git
+git remote add origin https://forge.uclouvain.be/LocLahaye/dopes.git
 git branch -M main
 git push -uf origin main
 ```
@@ -59,7 +59,7 @@ import data_analysis.raman as ram
 We welcome any feedback on issue, missing operation or equipment but also idea for further improvements.
 
 ## Authors and acknowledgment
-The initial idea of this project has been thought by **Loïc Lahaye**, with the help of **Nicolas Roisin**.
+The initial idea of this project has been thought by **Loïc Lahaye** and **Nicolas Roisin**.
 
 ## License
  DOpeS © 2025 by Loïc Lahaye and Nicolas Roisin is licensed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International </a> (<a href=https://creativecommons.org/licenses/by-nc-sa/4.0/> CC BY-NC-SA 4.0</a>)