diff --git a/README.md b/README.md index 88f652d..fd38cfc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installing the hook/Init. ```cpp hook::make_hook( &WriteFile, //address to put inline hook at. - &HookWriteFile, //address to jmp too. + &HookWriteFile //address to jmp too. ); ```