From a016904358d8ca51bca23f213d4595ced321ad52 Mon Sep 17 00:00:00 2001
From: oliverpurschke <oliverpurschke@web.de>
Date: Fri, 8 Mar 2024 15:20:53 +0100
Subject: [PATCH] some changes

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 743be82..6412385 100644
--- a/README.md
+++ b/README.md
@@ -18,17 +18,19 @@ library(tidyverse)
 library(limer)
 ```
 
-Get session key
+
+
+Using the package
 ================
 
-Enter your LimeSurvey user name.
+Get session key
+------------------
+Generate session Key for your LimeSurvey username.
 ``` r
 digi_lime_auth(lime_user = '[limeuser in here]')
 
 ```
 
-Using the package
-================
 Classification and filtering of symptom diary entries
 ------------------
 lk_klass() filters records for each id_s in the symptom diary according to a predefined duration (months of living) and classifies each entry according to predefined fever categories. In addition, age (in days as well as in months of life) for each individual are calculated.
-- 
GitLab