diff --git a/README.md b/README.md
index e1a515dc45e8d1a9d64bc5802861944788466a5e..a4b5465048f2aea3731e8bbfa6f72570ddb3d608 100644
--- a/README.md
+++ b/README.md
@@ -73,11 +73,11 @@ None
 TimeSeriesIndexTrend can be used as any OTB application (gui, command line, python, c++, ...).
 To add the application in QGIS, just copy the file "_TimeSeriesIndexTrend.xml_" into the qgis/python/plugins/processing/algs/otb/description/5.0.0/ path.
 
-## LandscapeFragmentation application
+## LandscapeStratification application
 
 ### Description
 
-This application computes the landscape fragmentation from an time series index (e.g. NDVI).
+This application computes the landscape Stratification from an time series index (e.g. NDVI).
 The implemented pipeline is described in [Bellón et al](http://dx.doi.org/10.3390/rs9060600).
 
 ![Pipeline](otbLandscapeStratification.png)
@@ -85,12 +85,12 @@ The implemented pipeline is described in [Bellón et al](http://dx.doi.org/10.33
 
 ### How to use it
 
-LandscapeFragmentation is an OTBApplication.
+LandscapeStratification is an OTBApplication.
 
 ```
-This is the LandscapeFragmentation (LandscapeFragmentation) application, version 6.2.0
+This is the LandscapeStratification (LandscapeStratification) application, version 6.2.0
 
-Compute the landscape fragmentation index of the land
+Compute a landscape stratification metric
 Parameters: 
         -progress <boolean>        Report progress 
         -help     <string list>    Display long help (empty list), or help for given parameters keys
@@ -110,8 +110,8 @@ MISSING -outvec   <string>         Output land units map (vector)  (mandatory)
 Use -help param1 [... paramN] to see detailed documentation of those parameters.
 ```
 
-LandscapeFragmentation can be used as any OTB application (gui, command line, python, c++, ...).
-To add the application in QGIS, just copy the file "_LandscapeFragmentation.xml_" into the qgis/python/plugins/processing/algs/otb/description/5.0.0/ path.
+LandscapeStratification can be used as any OTB application (gui, command line, python, c++, ...).
+To add the application in QGIS, just copy the file "_LandscapeStratification.xml_" into the qgis/python/plugins/processing/algs/otb/description/5.0.0/ path.
 
 ## License