From 4f57ac6f77772c4432734f9b34f7e319830fad1f Mon Sep 17 00:00:00 2001 From: MNTLe Date: Wed, 10 May 2023 17:45:12 +1200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f57f2..015f887 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple Python script to run DOS games in DOSBox. This script is designed to make it easy to run DOS games in DOSBox on modern operating systems. It provides a GUI interface for configuring the DOSBox environment and launching the game. -The script reads configuration settings from a `dbgr.conf` file, which can be edited using the included `config_editor.py` script. +The script reads configuration settings from a `dbgr.conf` file, which can be edited when the script `config_editor.py` is called by `dbgr.py` at launch. ## Requirements