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 3f49142..bcf1d34 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ int add_detour(
}
```
-Then in our `main()` function we create a cdl_jmp_patch struct and assign
+Then in our `main()` function we create a `cdl_jmp_patch` struct and assign
a value to `addo` (our function pointer to the original function):
```
struct cdl_jmp_patch jmp_patch = {};