diff --git a/README.md b/README.md index c475674..9f334db 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ hook::enable(&WriteFile); # info -All hooks are stored inside of a `std::map>` for quick and easy access to each object. All functions +All hooks are stored inside of a `std::map>` for quick and easy access to each object. All functions interacting with this vector will use the address of the inline hook as the key so make sure the address is easy to access in your code! Keep in mind that this is an inline hooking library so you will need to uninstall the hook to call the actual function. Dont forget to reinstall your hooks! \ No newline at end of file