summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-07 20:12:11 +0200
committerGitHub <noreply@github.com>2024-12-07 20:12:11 +0200
commited1f9891898b1b2a066d870f232c0516cd8da7e4 (patch)
tree99cd8ff4cdf2369b509782ae973715843277f891
parent3c4c5cec6889b69496ebe6734635c4115f025cee (diff)
downloadcdl86-ed1f9891898b1b2a066d870f232c0516cd8da7e4.tar.gz
cdl86-ed1f9891898b1b2a066d870f232c0516cd8da7e4.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78f0501..6624254 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,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