From 3a6f3ae2faffa01897f7789648f540e3c3a65589 Mon Sep 17 00:00:00 2001 From: xerox Date: Fri, 20 Dec 2019 01:38:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d556b..de8528a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Hook::Install( Disabling the hook so you can call the original function. ```cpp Hook::Disable((uintptr_t)&WriteFile); - WriteFile..... + WriteFile(.....) ``` Enabling the hook.