diff --git a/readme.md b/readme.md
index 94a8f439468ef5abb1e26d7bb3aa5869f3a837e6..518815985837f95a4647eaeacc1f176880135416 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# IML Checks for Icinga / Nagios
+# Graphs with Graphite module of Icinga
 
 ## Introduction
 
@@ -20,5 +20,15 @@ The checks are available in a sister repository.
 
 You need the graphite modul of icingaweb2 that points to a graphite service (Graphite can run on another server than Icinga).
 
+(1)
+
 On the Icinga server put the wanted ini into the folder 
-**/etc_incingaweb2/modules/graphite/templates/**
\ No newline at end of file
+**/etc_incingaweb2/modules/graphite/templates/**
+
+(2)
+
+Inside an ini file have a look to the lines
+
+    check_command = "..."
+
+They need to match the name of a service (NOT the name of a check script) to apply the rules for a graph.
\ No newline at end of file