From 4608e3260044fe42eb7229977f46e72a2af04382 Mon Sep 17 00:00:00 2001 From: WingedSeal Date: Sat, 15 Jan 2022 17:23:15 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325b5722..a78801ae 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ sys.path.append('PATH_TO_FOLDER_HERE') # noqa import main # type: ignore main.main() ``` -And replace `PATH_TO_FOLDER_HERE` with pure window path to `main.py`'s parent directly you downloaded. +And replace `PATH_TO_FOLDER_HERE` with pure window path to `main.py`'s parent directory you downloaded. For example, if my `main.py`'s path is `D:/Users/User/Documents/GitHub/JMC` ```python import sys