diff --git a/README.md b/README.md index f805a4e..e835571 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Currently, there are three keylogger programs for the major operating systems; W - [Check out the site for more information](https://simple-keylogger.github.io/) ## Windows -To change visibility of the window set the `#define` in line 6 to `visible` or `invisible`. +To change visibility of the window set the `#define` in line 9 to `visible` or `invisible`. Simply compile into an .exe, and then run. Visual Studio is good for this. diff --git a/windows/README.md b/windows/README.md index 56c0c86..6cc0b6f 100644 --- a/windows/README.md +++ b/windows/README.md @@ -1,5 +1,5 @@ ## Windows -To change visibility of the window set the `#define` in line 6 to `visible` or `invisible`. +To change visibility of the window set the `#define` in line 9 to `visible` or `invisible`. Simply compile into an .exe, and then run. Visual Studio is good for this.