From 15dac6dcc37220dc2c77f006146b8e62511e570f Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 11 Apr 2020 09:18:24 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ); ```