From 1130a322a20794a17851b09754508bc1610d85da Mon Sep 17 00:00:00 2001 From: Ran-j Date: Thu, 17 Apr 2025 02:04:55 -0300 Subject: [PATCH] feat: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38da533..6c3eb4b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To execute the recompiled code, you'll need to implement or use a runtime that p * System call handling * PS2-specific hardware simulation -A basic runtime header is provided in `ps2xRuntime` folder. +A basic runtime lib is provided in `ps2xRuntime` folder. ### Limitations