diff --git a/README.Rmd b/README.Rmd
index 19dd3f69d9b23580c8519fe0b80a91c494fd2a0f..b4fe11078402601a2b89ff0485729fbb178a23db 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -30,7 +30,7 @@ You can install the 'hubeau' R-package from it's development repository with:
 
 ``` r
 install.packages("remotes")
-remotes::install_gitlab("in-wop/hubeau", host = "gitlab.irstea.fr")
+remotes::install_github("inrae/hubeau")
 ```
 
 ## Loading library
@@ -48,7 +48,7 @@ See the package documentation by typing:
 ?hubeau
 ```
 
-Each function is documented with at least one example: 
+Each function is documented with at least one example:
 
 ```{r}
 example("get_prelevements_chroniques")
diff --git a/README.md b/README.md
index 3cccb1083f9e976cc20f12c608cfd10cc1ca53f1..6568df6f39cfc74bb0b1ced41db5d7cc23097622 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ with:
 
 ``` r
 install.packages("remotes")
-remotes::install_gitlab("in-wop/hubeau", host = "gitlab.irstea.fr")
+remotes::install_github("inrae/hubeau")
 ```
 
 ## Loading library
@@ -44,22 +44,22 @@ Each function is documented with at least one example:
 
 ``` r
 example("get_prelevements_chroniques")
-#> 
+#>
 #> gt_pr_> # For retrieving the withdrawal time series of the devices located in Romilly-sur-Seine
 #> gt_pr_> get_prelevements_chroniques(list(code_commune_insee = "10323"))
 #> # A tibble: 36 x 23
 #>    code_ouvrage  annee volume code_usage libelle_usage code_statut_volume
-#>    <chr>         <int>  <dbl> <chr>      <chr>         <chr>             
-#>  1 OPR0000032603  2012 617624 AEP        EAU POTABLE   1                 
-#>  2 OPR0000032603  2013 463545 AEP        EAU POTABLE   1                 
-#>  3 OPR0000032603  2014 535557 AEP        EAU POTABLE   1                 
-#>  4 OPR0000032603  2015 541785 AEP        EAU POTABLE   1                 
-#>  5 OPR0000032603  2016 478938 AEP        EAU POTABLE   1                 
-#>  6 OPR0000032603  2017 402363 AEP        EAU POTABLE   1                 
-#>  7 OPR0000032603  2018 402383 AEP        EAU POTABLE   1                 
-#>  8 OPR0000032604  2012 617624 AEP        EAU POTABLE   1                 
-#>  9 OPR0000032604  2013 463545 AEP        EAU POTABLE   1                 
-#> 10 OPR0000032604  2014 535557 AEP        EAU POTABLE   1                 
+#>    <chr>         <int>  <dbl> <chr>      <chr>         <chr>
+#>  1 OPR0000032603  2012 617624 AEP        EAU POTABLE   1
+#>  2 OPR0000032603  2013 463545 AEP        EAU POTABLE   1
+#>  3 OPR0000032603  2014 535557 AEP        EAU POTABLE   1
+#>  4 OPR0000032603  2015 541785 AEP        EAU POTABLE   1
+#>  5 OPR0000032603  2016 478938 AEP        EAU POTABLE   1
+#>  6 OPR0000032603  2017 402363 AEP        EAU POTABLE   1
+#>  7 OPR0000032603  2018 402383 AEP        EAU POTABLE   1
+#>  8 OPR0000032604  2012 617624 AEP        EAU POTABLE   1
+#>  9 OPR0000032604  2013 463545 AEP        EAU POTABLE   1
+#> 10 OPR0000032604  2014 535557 AEP        EAU POTABLE   1
 #> # ... with 26 more rows, and 17 more variables: libelle_statut_volume <chr>,
 #> #   code_qualification_volume <chr>, libelle_qualification_volume <chr>,
 #> #   code_statut_instruction <chr>, libelle_statut_instruction <chr>,