From f04486feea89a805428f14646c27471df74d8fa9 Mon Sep 17 00:00:00 2001 From: CLUBMATEjka Date: Mon, 16 Oct 2017 11:19:30 +0200 Subject: [PATCH] Fixed small typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ae5ccf8..f1fc6ea 100644 --- a/readme.md +++ b/readme.md @@ -486,7 +486,7 @@ uint64 __fastcall XboxThreads_KeDelayExecutionThread( uint64 ip, cpu::CpuRegs& r } ``` -It takes around 300 functions to get the simple app to start. Most of the are very similar (if not exactly the same) as the Windows counterparts. The rest is mostly guess work. +It takes around 300 functions to get the simple app to start. Most of them are very similar (if not exactly the same) as the Windows counterparts. The rest is mostly guess work. ## Future Work