summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf99851..ab30f4f 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ jmp_patch = cdl_jmp_attach((void**)&addo, add_detour);
The original function `add` has now been hooked!
-To dump debug info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
+To dump `debug` info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
# Info