diff --git a/CHANGELIST.md b/CHANGELIST.md index 943f700d..891c1102 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -5,6 +5,7 @@ - Read last instance of hash data from Redumper - Add Konami Python 2 system detection - Fix outdated information in README +- Fix missing information in README ### 3.1.4 (2024-03-16) diff --git a/README.md b/README.md index 207244ef..4135457b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ dotnet build MPF/MPF.csproj --framework net8.0-windows --runtime [win-x86|win-x6 dotnet build MPF.Check/MPF.Check.csproj --framework net8.0 --runtime [win-x86|win-x64|linux-x64|osx-x64] ``` -Choose one of `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you are targeting. +Choose one of `win-x86`, `win-x64`, `linux-x64`, or `osx-x64` depending on the machine you are targeting. ### Build Scripts