diff --git a/src/methods/brice_convers/README.md b/src/methods/brice_convers/README.md
index 82ee2ae3434bf4364209e713b9f998b1041c9072..ea3e279a7ccfcfb44afa5aff7a8ed40796ca19fe 100644
--- a/src/methods/brice_convers/README.md
+++ b/src/methods/brice_convers/README.md
@@ -4,7 +4,7 @@ Numerous RGB cameras in the commercial sector employ Color Filter Array (CFA) te
 This technology involves an array of red, green, or blue filters placed atop the sensors, usually
 organized in periodic patterns. The incident light is consequently filtered by each filter, before
 being captured by the sensor. The typical process of acquiring images utilizes a predefined CFA
-pattern to allocate a color to each pixel of the sensor. This code project is to demosaicing these CFA Image.
+pattern to allocate a color to each pixel of the sensor. The goal of this code project is to demosaicing these CFA Image.
 
 You can check the report called **Image_Analysis_Project_Report_Brice_Convers** to find more information about it.