summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 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