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 6dd650b..12933a5 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ The library currently supports two types of function hooks:
* `JMP` patch - patches origin function with a `JMP` to detour.
* `INT3` patch - places software breakpoint (`SWBP`) at origin address. Handles control flow to detour.
-This project makes use of an internal x86 instruction length disassembly engine.
+> This project makes use of an internal x86 instruction length disassembly engine.
# API
```C