From 08902b9a5735603d374d6826748a66ebdc118c52 Mon Sep 17 00:00:00 2001
From: Pavel Rubin <pash7ka@gmail.com>
Date: Wed, 14 Jun 2017 02:13:39 +0300
Subject: [PATCH] bugfix: wrong config file name

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e366bac..7b6f27d 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ auto_restart=n
 ```
 *srvinstall.bat*
 ```Batchfile
-srvstart install GoodByeDPI -c %CD%\goodbyedpi-svc.ini
+srvstart install GoodByeDPI -c %CD%\goodbyedpi.ini
 ```
 *srvremove.bat*
 ```Batchfile