From a87984d6b56cf32ddad8b50306c1404475fe804b Mon Sep 17 00:00:00 2001 From: laolarou Date: Sun, 9 Feb 2020 20:29:26 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 265ad88f..b713e836 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ var launchSettings = new LaunchSettings launchSettings.GameArguments = new GameArguments // (Optional) The arguments of specific game launch, the undefined settings here will be redirected to the fallback settings mentioned previously. { - AdvanceArguments = specificGCType , // GCType + AdvanceArguments = specificArguments , // Advance launch arguments JavaExecutable = specificJavaExecutable, // JAVA's path Resolution = specificResolution, // The window's size MinMemory = specificMinMemory, // Minimum Memory