From 1f4a52ded6b2db360b178b314bad798f0a1f8ed1 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Tue, 10 Jan 2023 08:49:14 +0100
Subject: [PATCH] docs(README): review text

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6d34cdf..2e9146c 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,14 @@ install.packages("airGRdatassim")
 
 ### Unrelease version
 
-To download the version of the package that is on GitLab, you have first install the 'remotes' package. Then you can install the 'airGRdatassim' package in the R environmen:
+To use the development version of the package that is on GitLab, you have first install the 'remotes' package. Then you can install the 'airGRdatassim' package in the R environment:
 
 ``` r
 install.packages("remotes")
 remotes::install_gitlab(repo = "HYCAR-Hydro/airgrdatassim", 
                         host = "https://gitlab.irstea.fr", 
-                        dependencies = TRUE, build_vignettes = TRUE)
+                        dependencies = TRUE, 
+                        build_vignettes = TRUE)
 ```
 
 
-- 
GitLab