From 21bb9653829ca227f861ba1610c361016c8d73ac Mon Sep 17 00:00:00 2001 From: GEEKi Date: Mon, 16 Dec 2024 11:14:14 +0800 Subject: [PATCH] typo --- doc/config/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config/common.md b/doc/config/common.md index 0033b5e..f4e36db 100644 --- a/doc/config/common.md +++ b/doc/config/common.md @@ -11,7 +11,7 @@ The default file path for config file is `./segatools.ini`. You can modify environment variable `SEGATOOLS_CONFIG_PATH` to another path. -For example, You can have a another start.bat with following code in it, +For example, You can have another `start.bat` with following code in it, Then you can copy `segatools.ini` to `another_config.ini` but with different dns host in it ```bat set SEGATOOLS_CONFIG_PATH=.\another_config.ini