diff --git a/DESCRIPTION b/DESCRIPTION
index 608b54af5d2446d9f5a179f07718827b2982f0a3..9b93803d946e8186a419c165d14984a76e0de620 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.33
+Version: 1.3.2.34
 Date: 2019-09-19
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/README.md b/README.md
index 5ae04d8a0ea0eaf25b8bcd1b8607e05d2cfaabeb..fdfa087deb19ab59e0170f0ca0e9d589cc413846 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 # airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
 
 ## Overview
-This package brings into R the hydrological modelling tools used at IRSTEA-Antony ([HYCAR Research Unit](airGR website), France), including rainfall-runoff models (**GR4H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**CemaNeige**). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R.
+This package brings into R the hydrological modelling tools used at IRSTEA-Antony ([Catchment Hydrology research group](airGR website) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**CemaNeige**). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R.
 
 
 ## Installation