From a0601badf3ed6711f710998569c2420e84a56f88 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Sat, 15 Jul 2023 13:12:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2f4cc..bdb73fc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ A breakdown of what all the different files are, this is important. * /files - Where you place files that need to be translated. * /translated - Where files go after they are translated. * /scripts - ignore (This is old stuff and will be deleted soon) -* /src - The script files, the cogs of the machine, what creates the translation. +* /modules - The script files, the cogs of the machine, what creates the translation. * main.py - Responsible for determining what engine gets run based on user choices * rpgmakermvmz.py - Translation Script for the RPGMaker MV/MZ Engine. * rpgmakerace.py - Translation Script for the RPGMaker ACE Engine. (Requires rvpacker to unpack rvdata files)