diff --git a/README.md b/README.md index 4a6c11c..c85a61e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Installing the hook/Init. hook::make_hook( &WriteFile, //address to put inline hook at. &HookWriteFile, //address to jmp too. - false //you dont need to install the hook when you make one ); ```