diff --git a/README.md b/README.md
index 4d92b5863c5adfcd61b73866beaac7d37f9eda54..2f8ac9809fcb66d74a35ab506788fa99c33d8b04 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ The result will look like this:
 # HOW TO USE 
  
 ### LOGSTASH HOST 
-1. copy "/conf.d/20-dns-syslog.conf" to your logstash folder (usually /etc/logstash)
+1. copy "/conf.d/20-dns-syslog.conf" to your logstash folder (usually /etc/logstash/)
 2. customize "ELASTICSEARCHHOST:PORT" in the output section at the bottom of the file
 3. copy "dns" to "/etc/logstash/patterns/"
 4. restart logstash
@@ -47,8 +47,3 @@ The result will look like this:
 
 
 You should then be able to see your new dashboard and visualizations.
-
-
-
-
-credits to [skaldenhoven](https://github.com/skaldenhoven) who contributed quiet some nice details to the configuration and parsing logic as well as troubleshooting and testing!