From 64fc71535726d1bea997acfa42098b8066b2acf9 Mon Sep 17 00:00:00 2001
From: aduvermy <arnaud.duvermy@ens-lyon.fr>
Date: Wed, 25 Oct 2023 13:41:13 +0200
Subject: [PATCH] update readme

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

diff --git a/README.md b/README.md
index 8de4d9c..72139f8 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ We have developed [Docker images](https://hub.docker.com/repository/docker/ruana
 ## HTRfit simulation workflow
 
 <div id="bg"  align="center">
-  <img src="vignettes\figs\htrfit_workflow.png" width="500" height="300">
+  <img src="./vignettes\figs\htrfit_workflow.png" width="500" height="300">
 </div> 
 
 
@@ -73,6 +73,7 @@ Furthermore, the coefficients $\beta_i$ represent the natural logarithm fold cha
 ## Getting started
 
 ```
+library('HTRfit')
 ## -- init a design 
 input_var_list <- init_variable( name = "varA", mu = 0, sd = 0.29, level = 60) %>%
                   init_variable( name = "varB", mu = 0.27, sd = 0.6, level = 2) %>%
-- 
GitLab