diff --git a/README.md b/README.md
index 93729800e1cc6d3ed462766740a59f054f85b2a8..6cd55f16b89198da0e824d8d3aa982c4b5e40be8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-This is a quick, cheap an automated method to estimate the best moment to stop optimization iterations, providing a good cost-benefit stopping point for your search (i.e., an effective balance between saving fitness evaluations and maintaining the optimization quality).
+# **Convergence Stabilization Modeling operating in Online Mode**
 
-The convergence analysis is performed through a sequence of linear regressions using exponential and log-like curves, based on the analysis of the convergence behavior presented during every optimization run.
+This is a quick, cheap an automated method (formerly called *C'MOn*)  to estimate the best moment to stop optimization iterations, providing a good cost-benefit stopping point for your search (i.e., an effective balance between saving fitness evaluations and maintaining the optimization quality).
 
+The convergence analysis is performed through a sequence of linear regressions using exponential and log-like curves, based on the analysis of the convergence behavior presented during every optimization run.
 
 ---