diff --git a/heisescraper_klingele_brose.py b/heisescraper_klingele_brose.py
index ffd390bd487bd907973370417bfe47913e259302..7b492232462bcf1a712fd9ada678d0b114fb7cb3 100644
--- a/heisescraper_klingele_brose.py
+++ b/heisescraper_klingele_brose.py
@@ -42,6 +42,7 @@ def main():
     aux.reverse()
     #print top 3 results
     print "Results: \n 1.",aux[0],"\n 2.",aux[1],"\n 3.",aux[2]
+    #note: two words connected with a hyphen are a new words, there is alot more "https" in the titles
 
 #execution
 if __name__ == '__main__':