From f07155867298614f5c4b2372201d11259a12329a Mon Sep 17 00:00:00 2001
From: Andrew <a@3ilson.com>
Date: Sat, 5 Oct 2019 21:24:25 -0400
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index b96612c..7f2edc1 100644
--- a/README.md
+++ b/README.md
@@ -165,9 +165,9 @@ sudo /bin/systemctl enable logstash.service
 
 ### Start Services Manually
 ```
-sudo -i service elasticsearch start
-sudo -i service kibana start
-sudo -i service logstash start
+systemctl start elasticsearch 
+systemctl start kibana 
+systemctl start logstash 
 ```
 
 ### Status
@@ -181,6 +181,6 @@ systemctl status logstash.service
 ```/var/log/logstash
 cat/nano/vi the files within this location to view Logstash logs
 ```
-If this helped, feel free to donate:
+If this helped, feel free to donate a drink:
 
 [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KA7KSUM22FW7Q&currency_code=USD&source=url)
-- 
GitLab