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.