diff --git a/README.md b/README.md
index 743be82faf6a50e3908997a659411d15388768da..6412385e835a78d87834017d92ba4c73b78e0c4f 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.