diff --git a/man/airGR.Rd b/man/airGR.Rd
index d6709cc26da980f32af45a3efe49872879b3aa3d..4ba891929eb2fb1f593595f36fab3f923f6af6bf 100644
--- a/man/airGR.Rd
+++ b/man/airGR.Rd
@@ -26,7 +26,7 @@ In order to limit the risk of mis-use and increase the flexibility of these main
 
 ## --- Models
 
-Seven hydrological models and one snow melt and accumulation model are implemented in airGR. The snow model can also be used alone or with the daily hydrological models, and each hydrological model can either be used alone or together with the snow model. \cr
+Seven hydrological models and one snow melt and accumulation model are implemented in airGR. The snow model can also be used alone or with the daily or hourly hydrological models. Naturally each hydrological model can either be used alone. \cr
 These models can be called within airGR using the following functions:
 \itemize{
   \item \code{\link{RunModel_GR4H}}: four-parameter hourly lumped hydrological model (Mathevet, 2005)
diff --git a/vignettes/V01_get_started.Rmd b/vignettes/V01_get_started.Rmd
index 3dfccb3e0dc998a10d7253eeb2fb739905d3e65f..28e2daa50fc2e476071127d0b25b66904d4be082 100644
--- a/vignettes/V01_get_started.Rmd
+++ b/vignettes/V01_get_started.Rmd
@@ -18,7 +18,7 @@ The **airGR** package has been designed to fulfill two major requirements: to fa
 
 
 
-Six hydrological models and one snowmelt and accumulation model are implemented in **airGR**. The snow model can be used alone or together with the daily hydrological models. 
+Seven hydrological models and one snow melt and accumulation model are implemented in **airGR**. The snow model can also be used alone or with the daily or hourly hydrological models. Naturally each hydrological model can either be used alone
 
 The models can be called within **airGR** using the following functions: 
 
@@ -48,7 +48,7 @@ In the following example, we use a data sample contained in the package. For rea
 
 First, it is necessary to load the **airGR** package:
 
-```{r, warning=FALSE}
+```{r}
 library(airGR)
 ```