From 3595dac78860fdd551f6be01e119f985715137a3 Mon Sep 17 00:00:00 2001
From: wylde780 <wylde780@gmail.com>
Date: Tue, 24 Sep 2019 14:28:23 -0600
Subject: [PATCH] Update README

Update text to reflect new 05-syslog.conf file name and path
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b14639e..c3ae8f6 100644
--- a/README.md
+++ b/README.md
@@ -98,12 +98,12 @@ cd /etc/logstash/conf.d/patterns/
 sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/pf-09.2019.grok
 ```
 
-### 15. Edit (10-syslog.conf)
+### 15. Edit (05-syslog.conf)
 ```
-sudo nano /etc/logstash/conf.d/10-syslog.conf
+sudo nano /etc/logstash/conf.d/05-syslog.conf
 ```
 
-### 16. Revise/Update w/pf IP address (10-syslog.conf)
+### 16. Revise/Update w/pf IP address (05-syslog.conf)
 ```
 Change line 3; the "if [host]..." should point to your pf IP address
 Change line 9 to point to your second Pf IP address or comment out
-- 
GitLab