From 2bd1eb7aced32cd398526c0115dbeec2867ebd6d Mon Sep 17 00:00:00 2001 From: Zero Fanker Date: Tue, 16 Apr 2024 23:41:27 -0400 Subject: [PATCH] fixed readme wording . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b34d0..4f171d1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The official version for both applications has been increased to v2.0 in order t # Ongoing Changes: - Refactored most of Ini handling, using safe and efficient ways. Most importantly, aligned with game Ini sequencing especially for type items (e.g. Animation) - Transformed to x86_64 architecture -- Introduced unit test by using unit test (works on x64 environment only) +- Introduced unit test by using google test (works on x64 environment only) # Fixes and Changes - Fixed a few code issues to allow the application to run on modern operating systems.