From 2bedfdb0fd28ca46dfd2f6bd0f1dadb66ad8d15e Mon Sep 17 00:00:00 2001 From: Ran-j Date: Thu, 24 Apr 2025 02:32:54 -0300 Subject: [PATCH] fix: fix typo on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c3eb4b..00ee6c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## PS2Recomp: PlayStation 2 Static Recompiler (Not ready) -* Note this is an experiment and does work as it should, feel free to open a PR to help the project. +* Note this is an experiment and doesn't work as it should, feel free to open a PR to help the project. PS2Recomp is a tool designed to statically recompile PlayStation 2 ELF binaries into C++ code that can be compiled for any modern platform. This enables running PS2 games natively on PC and other platforms without traditional emulation.