From 709b625b1924d49872115cc235c3fc282fd10088 Mon Sep 17 00:00:00 2001
From: Sebastian Henz <sebastian.henz@ufz.de>
Date: Mon, 6 Jul 2020 17:08:08 +0200
Subject: [PATCH] Remove mention of possible CRAN submission from readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e7da03..8e9a3e8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This R package makes it possible to model tri-phasic concentration-response rela
 The EC<sub>x-SyS</sub> and Multi-TOX models are also available as part of the [Indicate app](http://www.systemecology.eu/indicate) which offers an easy to use graphical user interface.
 
 ## Installation
-This package is not yet available on CRAN. Until then you can install the most recent version from GitLab using the remotes package:
+This package is not available on CRAN. You can install the most recent version from GitLab:
 ``` r
 install.packages("remotes")
 remotes::install_gitlab("oekotox/stressaddition", host = "git.ufz.de")
-- 
GitLab