From 93181f02be79c68a2fe2efdbaa2ebaaebfd1ae86 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Tue, 7 Sep 2021 17:33:01 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdfd397..a4fc16f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The inspector is used to see detailed information on objects of any type and man * The Hooks panel allows you to hook methods at the click of a button for debugging purposes. * Simply enter any class (generic types not yet supported) and hook the methods you want from the menu. - * To quickly copy the hook into your own project for further development, use the "Log Hook Source" button. + * You can edit the source code of the generated hook with the "Edit Hook Source" button. Accepted method names are `Prefix` (which can return `bool` or `void`), `Postfix`, `Finalizer` (which can return `Exception` or `void`), and `Transpiler` (which must return `IEnumerable`). You can define multiple patches if you wish. ### Mouse-Inspect