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 3934143..07bf36e 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ int add(
```
Assuming we want to hook this function with `cdl86` the first step
-is to define a function pointer typedef and declare our `detour` function:
+is to define a function pointer `typedef` and declare our `detour` function:
```
typedef int add_t(