From 1260dfdff263601f40adbd026ebe463b624e626c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 18 Mar 2024 12:45:11 -0400 Subject: [PATCH] Fix missing information in README --- CHANGELIST.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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