From ab399e9d4eea121929c317f77514c0b7be5145c6 Mon Sep 17 00:00:00 2001 From: wu bobo Date: Wed, 19 Oct 2022 11:51:46 +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 dfdc298..78113fd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For 32-bit Windows: 2. Download `msys2-i686-latest.sfx.exe`, place it under a short path and extract it; 3. Follow the instruments in . -Add `/mingw32/bin` to environment variable `PATH`, then MSYS2-compiled programs can be executed outside MSYS2 shell. Add linker flag `-mwindows` to hide the console window. +Add `\mingw32\bin` to environment variable `PATH`, then MSYS2-compiled programs can be executed outside MSYS2 shell. Add linker flag `-mwindows` to hide the console window. ## Classes ### ValueRange, IndexRange