summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-16 09:58:26 +0200
committerGitHub <noreply@github.com>2024-12-16 09:58:26 +0200
commitff9adc5260ed3584476469422959d4bb1d96b46b (patch)
treeed712e1660e0392a8bb1e273bff965f0ab929f3b /README.md
parent06a7c660daef946c69b63e07fe85ea7dbcf7ae31 (diff)
downloadcdl86-ff9adc5260ed3584476469422959d4bb1d96b46b.tar.gz
cdl86-ff9adc5260ed3584476469422959d4bb1d96b46b.zip
Update README.md
Diffstat (limited to 'README.md')
-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(