Skip to content

Commit 551a474

Browse files
Update README.md
1 parent 89ab05e commit 551a474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ python3 website_blocker.py
2727

2828
## Additional Notes
2929

30-
Please comment out the following lines if you are **not** running this program on Windows:
30+
- Replace `"ENTER HOSTS FILE PATH HERE"` on line 17 with your hosts path.
31+
32+
- Please comment out the following lines if you are **not** running this program on Windows:
3133

3234
```
3335
import pywinstyles
@@ -43,4 +45,4 @@ if platform.system() == "Windows":
4345
4446
pywinstyles.change_header_color(root, "#000000")
4547
```
46-
(Lines 74 - 80)
48+
(Lines 81 - 87)

0 commit comments

Comments
 (0)