From ab0e42b1d47ea9322c2a07a0fd1e656b2a2cc152 Mon Sep 17 00:00:00 2001 From: Ignacio Rodriguez Abraham Date: Thu, 19 Aug 2021 02:13:52 -0300 Subject: [PATCH] readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b1c4fb..f5599a2 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Or executing it with python 3 ``` ## Windows users -It is posible that the exe file will be recognize as a virus by Windows Defender. It need this to be ignore in order +It is posible that the exe file will be recognize as malware by Windows Defender. It need this to be ignore in order to execute the program. The only thing that is doing is connecting to the site "https://yugipedia.com" to get the cards -data. If you don't want to ignore the antivirus's warning you can executing the script .py with python (this requires +data. If you don't want to ignore the antivirus's warning you can execute the script .py with python (this requires python 3 installed). The exe file in the "/dist" folder was compile using PyInstaller (https://www.pyinstaller.org/) with the following