summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-16 09:59:11 +0200
committerGitHub <noreply@github.com>2024-12-16 09:59:11 +0200
commitc6f57d8b427d6b5aa692630a94d3a9435b5ba5a4 (patch)
treebbf5942023e8f989f5ec5d7f5f871ab29bcbb3bd /README.md
parentff9adc5260ed3584476469422959d4bb1d96b46b (diff)
downloadcdl86-c6f57d8b427d6b5aa692630a94d3a9435b5ba5a4.tar.gz
cdl86-c6f57d8b427d6b5aa692630a94d3a9435b5ba5a4.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 07bf36e..7e62f2f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ void cdl_swbp_detach(struct cdl_swbp_patch *swbp_patch);
void cdl_jmp_dbg(struct cdl_jmp_patch *jmp_patch);
void cdl_swbp_dbg(struct cdl_swbp_patch *swbp_patch);
```
-The `API` is documented in more detail in the corresponding header and source
+The `API` is documented in more detail in the corresponding `header` and `source`
files.
# Example Usage