diff --git a/README.md b/README.md
index 5773a93..672c1bc 100644
--- a/README.md
+++ b/README.md
@@ -18,24 +18,23 @@ $ sudo ./install.sh
$ sudo keylogger
```
-- Customize
-Give log file
+
+
+- Optional
+Give custom log file
```sh
$ keylogger -o /path/to/my/logfile.txt
```
-
-Give keyboard device
+Change keyboard device
```sh
$ keylogger -k /dev/input/eventX
```
-> Find your keyboard device
-> Your keyboard device should be
+Find your keyboard device. It should be in the below format.
> /dev/input/eventX
-Find it using
```sh
$ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard
```
@@ -44,5 +43,5 @@ $ cat /var/log/Xorg.0.log | grep /dev/input | grep -i keyboard
-- Open ```/usr/share/keylogger/.options``` for manual settings.
-- To hide keylogger press Ctrl+Z and then close the terminal.
+- Open ```/usr/share/keylogger/.options``` for manual settings.
+- To hide keylogger press Ctrl+Z and then close the terminal. Close it using ```sudo killall keylogger```.